Skip to content

Commit

Permalink
TEMP REVERT deploy to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Aug 27, 2024
1 parent ca53e75 commit 153effb
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 @@ -186,20 +186,20 @@ workflows:
requires:
- sam_build
context: [ deployment-development-ec-postcode-lookup ]
filters: { branches: { only: [ development, mock-api-backend ] } }
filters: { branches: { only: [ development, mock-api-backend, upgrades202408 ] } }
- 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, mock-api-backend, upgrades202408 ] } }
- smoke_test:
name: smoke_test_development
dc-environment: development
requires:
- static_deploy_development
context: [ deployment-development-ec-postcode-lookup ]
context: [ deployment-development-ec-postcode-lookup, upgrades202408 ]
filters: { branches: { only: [ main, master ] } }


Expand Down

0 comments on commit 153effb

Please sign in to comment.