Skip to content

Commit

Permalink
HWPV-124 Add common vars to preprod deployments (#614)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpmcgowan committed Nov 13, 2023
1 parent ecd5ddd commit ba2a7eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ workflows:
<<: *feature_branch
name: deploy_preprod_preview
env: "preprod"
context: help-with-prison-visits-internal-preprod
context:
- hmpps-common-vars
- help-with-prison-visits-internal-preprod
requires:
- request_preprod_approval_branch
- hmpps/deploy_env:
Expand All @@ -132,7 +134,9 @@ workflows:
- hmpps/deploy_env:
name: deploy_preprod
env: "preprod"
context: help-with-prison-visits-internal-preprod
context:
- hmpps-common-vars
- help-with-prison-visits-internal-preprod
requires:
- request_preprod_approval
- request_prod_approval:
Expand Down

0 comments on commit ba2a7eb

Please sign in to comment.