Skip to content

Commit 935672d

Browse files
committedSep 17, 2024
hotfix: deploy.yml 빌드 경로 수정
1 parent 571300f commit 935672d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
# S3 배포
2626
- name: S3 Deploy
27-
run: aws s3 sync ./build s3://checkit-shop/ --delete
27+
run: aws s3 sync ./dist s3://checkit-shop/ --delete
2828
env:
2929
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
3030
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)