Skip to content

Commit

Permalink
DELETE: deploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Dec 19, 2023
1 parent b62c342 commit 4732714
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 @@ -189,21 +189,21 @@ workflows:
requires:
- sam_build
context: [ deployment-development-ec-postcode-lookup ]
filters: { branches: { only: [ main, master ] } }
filters: { branches: { only: [ main, master, add-new-urls ] } }
- static_deploy:
name: static_deploy_development
dc-environment: development
requires:
- sam_deploy_development
context: [ deployment-development-ec-postcode-lookup ]
filters: { branches: { only: [ main, master ] } }
filters: { branches: { only: [ main, master, add-new-urls ] } }
- smoke_test:
name: smoke_test_development
dc-environment: development
requires:
- static_deploy_development
context: [ deployment-development-ec-postcode-lookup ]
filters: { branches: { only: [ main, master ] } }
filters: { branches: { only: [ main, master, add-new-urls ] } }


- sam_deploy:
Expand Down

0 comments on commit 4732714

Please sign in to comment.