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.
1 parent 09d5c01 commit b1e5613Copy full SHA for b1e5613
.circleci/config.yml
@@ -32,7 +32,7 @@ jobs:
32
name: Set gcloud key & project
33
command: |
34
echo $GCLOUD_SERVICE_KEY > ${HOME}/gcp-key.json
35
- gcloud --quiet config set project ${GOOGLE_PROJECT_ID}
+ gcloud --quiet config set project api-dreamdata-cloud
36
gcloud --quiet auth activate-service-account --key-file=${HOME}/gcp-key.json
37
- run:
38
name: Build analytics.min.js
@@ -43,4 +43,4 @@ jobs:
43
gsutil -h "Cache-Control:public,max-age=300" \
44
-h "Content-Type:text/javascript; charset=utf-8" \
45
-h "Content-Encoding:gzip" \
46
- cp dist/analytics.min.js.gz ${GSUTIL_BUCKET_PATH}
+ cp dist/analytics.min.js.gz gs://cdn-dreamdata-cloud/scripts/analytics/v2/identify-form.min.js
0 commit comments