Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott van Looy authored Jul 29, 2020
1 parent 200c1a1 commit ba1022a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ gsutil -m setmeta -h "Cache-Control:public, max-age=31536000" gs://"$INPUT_BUCKE
gsutil -m setmeta -h "Cache-Control:public, max-age=31536000" gs://"$INPUT_BUCKET_NAME"/**/*.woff2
gsutil -m setmeta -h "Cache-Control:public, max-age=31536000" gs://"$INPUT_BUCKET_NAME"/static/**/*
gsutil -m setmeta -h "Cache-Control:public, max-age=20" gs://"$INPUT_BUCKET_NAME"/**/*.json
gsutil -m setmeta -h "Cache-Control:public, max-age=20" -h "X-Content-Type-Options: nosniff" -h "X-Frame-Options: SAMEORIGIN" gs://"$INPUT_BUCKET_NAME"/**/*.html
gsutil -m setmeta -h "Cache-Control:public, max-age=20" gs://"$INPUT_BUCKET_NAME"/**/*.html

0 comments on commit ba1022a

Please sign in to comment.