Skip to content

Commit

Permalink
Merge pull request #424 from nypublicradio/wcolon/DEVO-333
Browse files Browse the repository at this point in the history
Updating circle config to use context.
  • Loading branch information
skacula authored Jan 10, 2023
2 parents 8aaf607 + 31b3311 commit 6db717a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,23 +228,28 @@ workflows:
requires:
- test_ember
- test_cypress
context: "AWS Deploy"
- deploy_ecs_demo:
<<: *filter_demo
requires:
- test_ember
- test_cypress
context: "AWS Deploy"
- deploy_static_prod:
<<: *filter_prod
requires:
- test_ember
- test_cypress
context: "AWS Deploy"
- deploy_ecs_prod:
<<: *filter_prod
requires:
- test_ember
- test_cypress
context: "AWS Deploy"
- deploy_static_qa:
<<: *filter_qa
requires:
- test_ember
- test_cypress
context: "AWS Deploy"

0 comments on commit 6db717a

Please sign in to comment.