Skip to content

Commit

Permalink
DELETE; staging deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
VirginiaDooley committed Nov 29, 2021
1 parent 7cd7098 commit 69ad051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ workflows:
- sam_build
- sam_deploy_development
context: [ deployment-development-wcivf ]
filters: { branches: { only: [ main, master, staging ] } }
filters: { branches: { only: [ main, master, staging, hotfix/image-preivew ] } }

- sam_deploy:
name: sam_deploy_staging
Expand All @@ -251,7 +251,7 @@ workflows:
- build_and_test
- sam_deploy_staging
context: [ deployment-staging-wcivf ]
filters: { branches: { only: [ main, master, staging ] } }
filters: { branches: { only: [ main, master, staging, hotfix/image-preivew ] } }

- sam_deploy:
name: sam_deploy_production
Expand Down

0 comments on commit 69ad051

Please sign in to comment.