We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e0ef18 commit 9cf3cd6Copy full SHA for 9cf3cd6
.github/workflows/deploy-s3.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
# 6. S3 버킷으로 빌드 결과물 배포
50
- name: Deploy to S3
51
- run: aws s3 sync ./apps/web/dist s3://${{ env.S3_BUCKET_NAME }} --delete
+ run: aws s3 sync ./apps/web/dist s3://${{ env.S3_BUCKET_NAME }} --delete --cache-control "max-age=31536000,public"
52
53
# 7. CloudFront 캐시 무효화
54
- name: Invalidate CloudFront Cache
0 commit comments