Skip to content

Commit

Permalink
Add development to CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley authored and Virginia Dooley committed Oct 24, 2023
1 parent b41643d commit e7ef04c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,14 +280,14 @@ workflows:
- build_and_test
- sam_build
context: [ deployment-development-wcivf, slack-secrets ]
filters: { branches: { only: [ main, master, staging, hotfix/make-token-more-unique ] } }
filters: { branches: { only: [ main, master, staging, development ] } }
- post_deploy_tests:
name: post_deploy_tests_development
dc-environment: development
requires:
- sam_deploy_development
context: [ deployment-development-wcivf, slack-secrets ]
filters: { branches: { only: [ main, master, staging, hotfix/make-token-more-unique ] } }
filters: { branches: { only: [ main, master, staging, development ] } }
- code_deploy:
name: code_deploy_development
dc-environment: development
Expand All @@ -297,7 +297,7 @@ workflows:
requires:
- post_deploy_tests_development
context: [ deployment-development-wcivf, slack-secrets ]
filters: { branches: { only: [ main, master, staging, hotfix/make-token-more-unique ] } }
filters: { branches: { only: [ main, master, staging, development ] } }
- sam_deploy:
name: sam_deploy_staging
dc-environment: staging
Expand Down

0 comments on commit e7ef04c

Please sign in to comment.