Skip to content

Commit

Permalink
DT-2502 Deploy to preprod (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehalmamoj authored Sep 10, 2021
1 parent 3078f06 commit fa4b648
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,19 +167,18 @@ workflows:
- unit_test
- integration_test
- build_docker

# - request-preprod-approval:
# type: approval
# requires:
# - deploy_dev
# - hmpps/deploy_env:
# name: deploy_preprod
# env: "preprod"
# context:
# - hmpps-common-vars
# - hmpps-audit-poc-ui-preprod
# requires:
# - request-preprod-approval
- request-preprod-approval:
type: approval
requires:
- deploy_dev
- hmpps/deploy_env:
name: deploy_preprod
env: "preprod"
context:
- hmpps-common-vars
- hmpps-audit-poc-ui-preprod
requires:
- request-preprod-approval
# - request-prod-approval:
# type: approval
# requires:
Expand Down

0 comments on commit fa4b648

Please sign in to comment.