Skip to content

Commit

Permalink
Fix: [AEA-0000] - fix int sandbox deployment (#186)
Browse files Browse the repository at this point in the history
## Summary

- Routine Change

### Details

- deploy to correct AWS stack for INT sandbox
  • Loading branch information
anthony-nhs authored Apr 30, 2024
1 parent 363fedc commit 7348e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
LOG_RETENTION_DAYS: 30
DEPLOY_APIGEE: true
secrets:
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.DEV_CLOUD_FORMATION_DEPLOY_ROLE }}
CLOUD_FORMATION_DEPLOY_ROLE: ${{ secrets.INT_CLOUD_FORMATION_DEPLOY_ROLE }}

release_prod:
needs: [tag_release, release_int, release_int_sandbox, package_code, get_commit_id]
Expand Down

0 comments on commit 7348e31

Please sign in to comment.