Skip to content

Commit

Permalink
#27 Modify CircelCI deploys to be done using AWS Roles and AWS OIDC C…
Browse files Browse the repository at this point in the history
…ontext
  • Loading branch information
Balamuruganjeevi authored May 13, 2024
1 parent 41abadf commit d6503db
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,7 @@ workflows:
requires:
- app_build
- STAGING_deploy:
context:
- AWS_OIDC
- non-prod-deploy
context: non-prod-deploy
requires:
- STAGING_approve
- cypress/run:
Expand All @@ -336,29 +334,23 @@ workflows:
requires:
- app_build
- PERF_deploy:
context:
- AWS_OIDC
- non-prod-deploy
context: non-prod-deploy
requires:
- PERF_approve
- PRERELEASE_approve:
type: approval
requires:
- app_build
- PRERELEASE_deploy:
context:
- AWS_OIDC
- non-prod-deploy
context: non-prod-deploy
requires:
- PRERELEASE_approve
- PRODUCTION_approve:
type: approval
requires:
- app_build
- PRODUCTION_deploy:
context:
- AWS_OIDC
- prod-deploy
context: prod-deploy
requires:
- PRODUCTION_approve
- RWB_STAGING_approve:
Expand Down

0 comments on commit d6503db

Please sign in to comment.