Skip to content

Commit

Permalink
Use 81 w/ debug & disable service.
Browse files Browse the repository at this point in the history
  • Loading branch information
encodedrose committed Nov 21, 2024
1 parent 06e18e7 commit 3a08491
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ workflows:
cluster: gothamist-vue3
cpu: 256
memory: 512
use_firelens: true
# use_firelens: true
debug: true
disable_service_update: true
requires:
- test_eslint
- test_nginx
Expand All @@ -63,7 +65,9 @@ workflows:
cluster: gothamist-vue3
cpu: 1024
memory: 2048
use_firelens: true
# use_firelens: true
debug: true
disable_service_update: true
<<: *filter_prod
requires:
- test_eslint
Expand Down

0 comments on commit 3a08491

Please sign in to comment.