Skip to content

Commit

Permalink
hotfix: deploy.yml 버킷 이름 추가 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
egg-silver committed Sep 17, 2024
1 parent 113ff01 commit 571300f
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 @@ -24,7 +24,7 @@ jobs:

# S3 배포
- name: S3 Deploy
run: aws s3 sync ./build s3://<생성한 bucket 이름>/ --delete
run: aws s3 sync ./build s3://checkit-shop/ --delete
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down

0 comments on commit 571300f

Please sign in to comment.