Gated Deployment

I’m not sure what else to call this, so I’ll name it Gated Deployments. Meaning, when setting up an environment, can I require a deploy-er to verify that they mean to deploy to the given environment? In our case this would be nice for our UAT and PROD environments. Our Ops guys will have authorization to deploy to both and it would be nice to protect against mistakes when selecting a deploy to environment. This way no one accidentally deploys and affect customers.

Thanks,
Dan

Hi Dan,

You can add a manual step as the first step in your process, and set it to only run for UAT/PROD deployments. In the manual step, you can prompt to make sure they really, really meant to deploy to that environment.

Hope that helps,

Paul

Thanks Paul! I think this will work for us.

Dan