#New Deployment after failed
1 messages · Page 1 of 1 (latest)
You can initiate new deployments directly from the Vercel Dashboard using a Git reference. This approach is ideal when automatic deployments are interrupted or unavailable. Here are the steps to create a deployment from a Git reference:
- From your dashboard (https://vercel.com/dashboard), select the project you'd like to create a deployment for.
- Select the Deployments tab. Once on the Deployments page, select the Create Deployment button.
- Depending on how you would like to deploy, enter the following:
- Targeted Deployments: Provide the unique ID (SHA) of a commit to build a deployment based on that specific commit.
- Branch-Based Deployments: Provide the full name of a branch when you want to build the most recent changes from that specific branch.
- Select Create Deployment. Vercel will build and deploy your commit or branch as usual.
When the same commit appears in multiple branches, Vercel will prompt you to choose the appropriate branch configuration. This choice is crucial as it affects settings like environment variables linked to each branch.
You can find more details in the Vercel documentation (https://vercel.com/docs/deployments/git#creating-a-deployment-from-a-git-reference).
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
@small citrus kapa.ai is still learning and improving, please let us know how it did by reacting below
There is no "Create Deployment" button available?
@grave ermine There is no "Create Deployment" button available?
Let me check the knowledge base for you. One moment! :books:
If you're not seeing the "Create Deployment" button, it could be due to a few reasons:
-
Check your permissions: Make sure you have the necessary permissions to create a deployment. If you're working in a team, you might need to be a member of that team on Vercel to trigger deployments successfully. You can read more about this in the Vercel documentation (https://vercel.com/guides/why-aren-t-commits-triggering-deployments-on-vercel#private-repositories).
-
Check your account plan: If you have recently downgraded to the Hobby plan, you may need to redeploy your projects to make them available once again. You can check your usage and account plan in the Vercel dashboard (https://vercel.com/dashboard/usage).
-
Check for errors: If there was an error with your previous deployment, such as an invalid
vercel.jsonconfiguration or commits made from a contributor that is not a team member, it might prevent new deployments from being created. You can find more details about this in the Vercel documentation (https://vercel.com/docs/deployments/troubleshoot-a-build#build-logs-not-available).