Vercel Blog

Manually create deployments by commit or branch in the dashboard

thumbnail
  • Select the project you want to create a deployment for in the Vercel dashboard.
  • Go to the Deployments tab.
  • Click on the three dots next to the Deployments header and select "Create Deployment".
  • If you want to deploy a specific commit, enter the unique ID (SHA) of that commit.
  • If you want to deploy the most recent changes from a specific branch, enter the full name of that branch.
  • Click on "Create Deployment" and Vercel will build and deploy your commit or branch.
  • If the same commit appears in multiple branches, Vercel will ask you to choose the appropriate branch configuration.
  • This choice is important as it affects settings like environment variables associated with each branch.
  • You can find more information in the Vercel documentation.