Skip to content

Commit ba2cc20

Browse files
committed
fix: 빌드 폴더 경로 수정
1 parent 74c7a2d commit ba2cc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
aws-region: ${{ secrets.AWS_REGION }}
4949

5050
- name: Deploy to S3
51-
run: aws s3 sync ./build s3://${{ secrets.AWS_BUCKET_NAME }} --delete
51+
run: aws s3 sync ./dist s3://${{ secrets.AWS_BUCKET_NAME }} --delete
5252

5353
- name: Invalidate CloudFront Cache
5454
run: aws cloudfront create-invalidation --distribution-id ${{ secrets.AWS_DISTRIBUTION_ID }} --paths "/*"

0 commit comments

Comments
 (0)