Skip to content

Commit

Permalink
Disable purges.
Browse files Browse the repository at this point in the history
  • Loading branch information
encodedrose committed Nov 21, 2024
1 parent 3a08491 commit 1225545
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,20 @@ workflows:
- test_eslint
- test_nginx
- test_cypress
- purge:
name: Purge (demo)
context: AWS Deploy
<<: *filter_demo
purge_files: '{"files": ["https://demo.gothamist.com"]}'
requires:
- Deploy (demo)
- purge:
name: Purge (prod)
context: AWS Deploy
<<: *filter_prod
purge_files: '{"purge_everything": true}'
requires:
- Deploy (prod)
# - purge:
# name: Purge (demo)
# context: AWS Deploy
# <<: *filter_demo
# purge_files: '{"files": ["https://demo.gothamist.com"]}'
# requires:
# - Deploy (demo)
# - purge:
# name: Purge (prod)
# context: AWS Deploy
# <<: *filter_prod
# purge_files: '{"purge_everything": true}'
# requires:
# - Deploy (prod)

jobs:
# Note (allie): This is its own job because I don't
Expand Down

0 comments on commit 1225545

Please sign in to comment.