Skip to content

Commit

Permalink
ci: start deploying to new Asia AWS bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
beheh committed Nov 27, 2024
1 parent d4a83aa commit 54b66e1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/asia-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
uses: aws-actions/configure-aws-credentials@v1
with:
role-to-assume: ${{ secrets.AWS_ASIA_DEPLOY_ROLE_ARN }}
aws-region: ap-northeast-2
region: ap-east-1

- name: Publish
run: aws s3 sync tmp_asset_downloads "s3://${{ secrets.AWS_S3_BUCKET }}" --acl public-read
run: aws s3 sync tmp_asset_downloads "s3://${{ secrets.AWS_S3_BUCKET }}"

- name: Publish to legacy bucket
run: aws s3 sync tmp_asset_downloads "s3://${{ secrets.AWS_LEGACY_S3_BUCKET }}" --acl public-read --region ap-northeast-2

0 comments on commit 54b66e1

Please sign in to comment.