Skip to content

Commit

Permalink
fix: Correct stage name for deploying TRE SWB (#681)
Browse files Browse the repository at this point in the history
* fix: Correct stage name for deploying TRE SWB

* Second line

Co-authored-by: Tim Nguyen <thingut@amazon.com>
  • Loading branch information
nguyen102 and Tim Nguyen authored Aug 27, 2021
1 parent b7670bb commit 9e97aff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-integ-appstream-egress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: ./scripts/build-all-packages.sh
- name: Deploy
env:
STAGE_NAME: e2etestAppStreamEgress
STAGE_NAME: tre
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_APPSTREAM_EGRESS}}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_APPSTREAM_EGRESS }}
run: |
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
working-directory: ./
env:
DEPLOYMENT_BUCKET: ${{ secrets.DEPLOYMENT_BUCKET_APPSTREAM_EGRESS}}
STAGE_NAME: e2etestAppStreamEgress
STAGE_NAME: tre
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_APPSTREAM_EGRESS }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_APPSTREAM_EGRESS }}
aws-region: us-east-1
Expand Down

0 comments on commit 9e97aff

Please sign in to comment.