next.jsvercel

how to deploy custom github branch on vercel


Is there a way to select a custom branch to deploy ? I do not seem to be able to select a branch and it takes the default main branch

thanks in advance


Solution

  • Vercel automatically deploys any commit you push to a branch.

    You can also customize which branch is used as the Production Branch in the project settings: Go to Project Settings > Git > Production Branch