We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07f7551 + 9d81181 commit a344112Copy full SHA for a344112
.circleci/config.yml
@@ -40,7 +40,7 @@ jobs:
40
- run:
41
name: Copy analytics.min.js to CDN bucket with 5min cache
42
command: |
43
- gsutil -h "Cache-Control:public,max-age=300" \
+ gsutil -h "Cache-Control:public,max-age=1800" \
44
-h "Content-Type:text/javascript; charset=utf-8" \
45
-h "Content-Encoding:gzip" \
46
cp dist/analytics.min.js.gz gs://cdn-dreamdata-cloud-eu/scripts/analytics/v3c/dreamdata.min.js
0 commit comments