Skip to content

Commit

Permalink
DELETE: dev deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
symroe committed Jun 24, 2024
1 parent 53fd581 commit 5836f6d
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 @@ -190,21 +190,21 @@ workflows:
requires:
- sam_build
context: [ deployment-development-ec-postcode-lookup ]
filters: { branches: { only: [ development, mock-api-backend ] } }
filters: { branches: { only: [ development, new-landing-page ] } }
- static_deploy:
name: static_deploy_development
dc-environment: development
requires:
- sam_deploy_development
context: [ deployment-development-ec-postcode-lookup ]
filters: { branches: { only: [ main, master, mock-api-backend ] } }
filters: { branches: { only: [ main, master, new-landing-page ] } }
- 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, new-landing-page ] } }


- sam_deploy:
Expand Down

0 comments on commit 5836f6d

Please sign in to comment.