Skip to content

Commit

Permalink
Update gcs-deploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pattersonbl2 committed Apr 4, 2024
1 parent 9fdcf49 commit 46234ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .utils/gcs-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
mv version.json dist/__version__
gsutil cp -a public-read dist/__version__ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"
# __version__ JSON; short cache
gsutil \
gsutil \
setmeta \
-h "cache-control: max-age=${TEN_MINS}" \
-h "content-type: application/json" \
-h "$CSPSTATIC" \
-h "$ACAO" \
setmeta \
"gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"

fi
Expand Down

0 comments on commit 46234ad

Please sign in to comment.