Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellol77 authored Jan 29, 2024
1 parent c9ecd3c commit 6cd47a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
aws-access-key-id: ${{ secrets.AWS_ACCESS_KEY_ID }}
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 rm s3://${{secret.AWS_BUCKET_NAME}} --recursive
aws s3 cp --recursive --region ap-northeast-2 ./out s3://${{secret.AWS_BUCKET_NAME}}
aws s3 rm s3://${{secrets.AWS_BUCKET_NAME}} --recursive
aws s3 cp --recursive --region ap-northeast-2 ./out s3://${{secrets.AWS_BUCKET_NAME}}

0 comments on commit 6cd47a7

Please sign in to comment.