diff --git a/website/scripts/deploy.sh b/website/scripts/deploy.sh index 362e8d115..95f3752cf 100755 --- a/website/scripts/deploy.sh +++ b/website/scripts/deploy.sh @@ -55,7 +55,7 @@ if [ -z "$NO_UPLOAD" ]; then --no-mime-magic \ --acl-public \ --recursive \ - --add-header="Cache-Control: max-age=31536000" \ + --add-header="Cache-Control: max-age=14400" \ --add-header="x-amz-meta-surrogate-key: site-$PROJECT" \ sync "$DIR/build/" "s3://hc-sites/$PROJECT/latest/"