Skip to content

Commit

Permalink
Add AWS region to "aws s3 cp"
Browse files Browse the repository at this point in the history
  • Loading branch information
eliezio committed Apr 13, 2021
1 parent 1546396 commit df16e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
zip -qr9 ../$ARCHIVE_NAME .
- name: Publish Release
run: aws s3 cp $ARCHIVE_NAME s3://${{ secrets.S3_DEPLOYMENT_BUCKET }}
run: aws s3 cp --region ${{ secrets.AWS_DEFAULT_REGION }} $ARCHIVE_NAME s3://${{ secrets.S3_DEPLOYMENT_BUCKET }}
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 comments on commit df16e3c

Please sign in to comment.