Skip to content

Commit

Permalink
Merge pull request #441 from nypublicradio/fix_env
Browse files Browse the repository at this point in the history
Fixes missing env selector.
  • Loading branch information
encodedrose authored Dec 11, 2024
2 parents 70ac160 + 5df1895 commit 64a345b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ workflows:
cpu: 512
memory: 1024
use_firelens: true
env: demo
requires:
- build
- test_ember
Expand All @@ -118,6 +119,7 @@ workflows:
cluster: "fastboot"
cpu: 512
memory: 1024
env: prod
use_firelens: true
requires:
- build
Expand Down

0 comments on commit 64a345b

Please sign in to comment.