From 46234adf2f03ced7bba0be24edf4e6fb49a0dbe2 Mon Sep 17 00:00:00 2001 From: Brandon Patterson Date: Thu, 4 Apr 2024 17:09:38 -0400 Subject: [PATCH] Update gcs-deploy.sh --- .utils/gcs-deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.utils/gcs-deploy.sh b/.utils/gcs-deploy.sh index 6b3344320..faa5c3ffc 100644 --- a/.utils/gcs-deploy.sh +++ b/.utils/gcs-deploy.sh @@ -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