We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c023f0d commit 05df502Copy full SHA for 05df502
deploy/gcp-deploy.sh
@@ -9,10 +9,7 @@ set -e
9
gsutil -q -m cp -r /workspace/legacydb/* gs://go-vulndb
10
11
# Deploy v1 database files.
12
-# The "no-cache" directive indicates that browsers may cache
13
-# the data but must first check that is is fresh by contacting the
14
-# origin server.
15
-gsutil -m -h "Cache-Control:no-cache" cp -r /workspace/db/* gs://go-vulndb
+gsutil -m cp -r /workspace/db/* gs://go-vulndb
16
17
# Deploy web files.
18
# index.html is deployed as-is to avoid a name conflict with
0 commit comments