Closed
Description
Details
Let's say we have two environments: environment_targets: Staging,Production
. This works fine and deploys work against both environments just fine. But what if we want to ensure that a user deploys to Staging
before they're allowed to deploy to Production
? Essentially, is there a way to, similar to requiring reviews, require an environment be successful before another environment can be deployed to?