Skip to content

Commit

Permalink
πŸ“¦οΈ Chore: S3-CloudFront CICD Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyeongjang authored Sep 4, 2024
1 parent a67e48b commit cb238b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: yarn build # ν”„λ‘œμ νŠΈ λΉŒλ“œ

- name: S3 Deploy
run: aws s3 sync ./build s3://bobpience-s3-bucket/ --acl bucket-owner-full-control # ν˜„μž¬ λΉŒλ“œλœ 폴더에 μ ‘κ·Ό ν›„ S3 버킷에 λΉŒλ“œ 파일 μ—…λ‘œλ“œ
run: aws s3 sync ./dist s3://bobpience-s3-bucket/ --acl bucket-owner-full-control # ν˜„μž¬ λΉŒλ“œλœ 폴더에 μ ‘κ·Ό ν›„ S3 버킷에 λΉŒλ“œ 파일 μ—…λ‘œλ“œ
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }} # AWS μ•‘μ„ΈμŠ€ ν‚€ ID
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} # AWS μ‹œν¬λ¦Ώ μ•‘μ„ΈμŠ€ ν‚€
Expand Down

0 comments on commit cb238b6

Please sign in to comment.