Skip to content

Commit 045d3c8

Browse files
committed
hot fix
1 parent dd942b0 commit 045d3c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
# S3에 파일 업로드 (경로별 배포)
127127
# 정적 파일들 업로드 (캐시 설정, HTML/JSON 제외)
128128
aws s3 sync dist/ s3://$BUCKET$DEPLOY_PATH --delete \
129-
--cache-control "public, max-age=31536000" \
129+
--cache-control "no-cache, no-store, must-revalidate" \
130130
--exclude "*.html" \
131131
--exclude "*.json"
132132

0 commit comments

Comments
 (0)