Skip to content

Commit

Permalink
main.yml 버킷 이름 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony authored Jul 16, 2024
1 parent ad6a399 commit 9c466e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
aws s3 sync --region ap-northeast-2 dist s3://arn:aws:s3:::alignlab-client --delete
aws s3 sync --region ap-northeast-2 dist s3://alignlab-client --delete

0 comments on commit 9c466e9

Please sign in to comment.