Method to confirm production deployments with manual intervention #3971
Replies: 1 comment
-
Hey @ldileonardo. You can do this with GitHub Actions or other workflow tools. This guide has a general outline with links to more specific instructions for GitHub Actions and Bitbucket Pipelines: https://vercel.com/guides/using-vercel-cli-for-custom-workflows You can set Ignored Build Step to Alternatively, you can use |
Beta Was this translation helpful? Give feedback.
-
Hi,
We use turbo-repo as a mono-repo and we have code that deploys to another third party platform in parallel to a commit into a given branch.
Ideally for production we have some way to have it pause and require a manual confirmation prior to deployment so we can review the results of the parallel deployments first before letting the production deployment through.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions