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 0e531a5 commit cb57e13
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 @@ -23,7 +23,7 @@

if [ -e version.json ]; then
mv version.json dist/__version__
gsutil cp dist/__version__/ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"
gsutil cp dist/__version__ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"
# __version__ JSON; short cache
gsutil \
-h "cache-control: max-age=${TEN_MINS}" \
Expand All @@ -33,7 +33,7 @@
rsync \
-J \
-a public-read \
dist/_version_ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"
dist/_version_/ "gs://${EXTENSION_WORKSHOP_BUCKET_GCS}/__version__"

fi

Expand Down

0 comments on commit cb57e13

Please sign in to comment.