Skip to content

Commit

Permalink
Merge pull request #52 from awslabs/sw-region
Browse files Browse the repository at this point in the history
Update region in workflow
  • Loading branch information
bmorrissirromb authored Aug 29, 2023
2 parents bdcd2f0 + c9560ae commit 5dce4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_cft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::711761543063:role/github-automation-role-update-layers
aws-region: ${{ matrix.region }}
aws-region: ap-southeast-1
- run: sam build --use-container
- run: sam package --s3-bucket ${{ env.samBucket }} --output-template-file packaged.yaml
- run: sam deploy --no-confirm-changeset --no-fail-on-empty-changeset --template-file packaged.yaml --stack-name rdklib-layer-sam --capabilities CAPABILITY_IAM --region ap-southeast-1
Expand Down

0 comments on commit 5dce4f8

Please sign in to comment.