Search code examples
gitgithubrepositoryvercel

Deploying Private Repository using Vercel


I'm still new to deploying apps/web apps. Just wanted to confirm if will I be able build and deploy a Github private repo using Vercel? I'm going to try if ever there would be a way as I'm still hesitant to use it in an existing deployed repo and make it private. Thank you very much.


Solution

  • New Update

    It's been a couple of months Vercel now supports Private Repositories from the user's GitHub.

    Edited:

    Since Vercel doesn't support private GitHub repositories for whatever reasons, you can still deploy private GIT repos using BitBucket. See the details here: https://vercel.com/docs/concepts/git#deploying-private-git-repositories

    Thanks to Lucas Basquerotto for that information


    Unfortunately, Vercel does not support private git repositories. If you want to deploy a private repo, you have to make it public first. However, you can deploy projects directly from your machine using the Vercel CLI.

    For more information, you can go through this documentation.