Skip to content

Commit

Permalink
Add approval for deploy feature branch to dev (#745)
Browse files Browse the repository at this point in the history
  • Loading branch information
psoleckimoj authored Jan 20, 2025
1 parent 796e06d commit 34414da
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,12 @@ workflows:
- build_preview:
<<: *feature_branch

- approve_deploy_dev:
<<: *feature_branch
type: approval
requires:
- build_preview

- deploy_cloud_platform:
<<: *feature_branch
context:
Expand All @@ -298,7 +304,7 @@ workflows:
environment: "development"
releaseChannel: "launchpad-alerts-nonprod"
requires:
- build_preview
- approve_deploy_dev

- approve_deploy_staging:
<<: *feature_branch
Expand Down

0 comments on commit 34414da

Please sign in to comment.