0

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.

EzaBlade
  • 657
  • 1
  • 9
  • 23

1 Answers1

2

You can configure steps to only run in specific environments.

Deployment step conditions section

ryan.rousseau
  • 1,595
  • 1
  • 11
  • 22
  • Can you add more detail, such as the use of tenants, tenant tags, or different projects targeting different environments? – spikey_richie Jun 02 '22 at 20:13