Skip to content

Commit

Permalink
HOTT-5096 Added approval confirm for dev deploy
Browse files Browse the repository at this point in the history
Avoids dependabot PRs fighting over dev environment
  • Loading branch information
jebw committed Feb 12, 2024
1 parent 679797d commit ae4d133
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Expand Up @@ -213,14 +213,20 @@ workflows:
ssm_parameter: "/development/DUTY_CALCULATOR_ECR_URL"
<<: *filter-not-main

- confirm-deploy-for-qa?:
type: approval
requires:
- test
- plan-terraform-dev
- build-and-push-dev
<<: *filter-not-main

- apply-terraform:
name: apply-terraform-dev
context: trade-tariff-terraform-aws-development
environment: development
requires:
- test
- plan-terraform-dev
- build-and-push-dev
- confirm-deploy-for-qa?
<<: *filter-not-main

- tariff/smoketests:
Expand Down

0 comments on commit ae4d133

Please sign in to comment.