Using Octopus I want to be able to have a set up so that attempting to deploy to a Production environment includes a warning to the user and a manual intervention to continue, to prevent accidental Production deployments.
I don't want this to happen on other environments e.g.
Development > Staging > UAT > Production (only show the warning deploying UAT to Production).
I've been unable to find if there is a way to do this.