Skip to content

Commit

Permalink
TMP don't require stage deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Feb 3, 2023
1 parent 60275a0 commit ab8e3d2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,10 +322,10 @@ workflows:
instance-type: t3a.medium
domain: "whocanivotefor.co.uk"
requires:
- build_and_test
# NB should this be dependent on successful sam_deploy_development job?
# - build_and_test
# NB should this be dependent on successful sam_deploy_development job?
- sam_build
- code_deploy_staging
# - code_deploy_staging
context: [ deployment-production-wcivf ]
filters: { branches: { only: [ main, master ] } }

Expand All @@ -336,8 +336,8 @@ workflows:
max-size: 2
desired-capacity: 1
requires:
- build_and_test
- sam_deploy_staging
# - build_and_test
# - sam_deploy_staging
- sam_deploy_production
context: [ deployment-production-wcivf ]
filters: { branches: { only: [ main, master ] } }
Expand Down

0 comments on commit ab8e3d2

Please sign in to comment.