Skip to content

Commit

Permalink
update gtm auth info for cgl dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
NoopDog committed May 27, 2020
1 parent 1786bb3 commit 21c3c77
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .gitlab-ci.cgl-lower-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ build_cgl-dev:
- export GATSBY_TERM_FACETS_API_URL=https://service.dev.singlecell.gi.ucsc.edu/index/projects
- export GATSBY_SYSTEM_HEALTH_CHECK_API_URL=https://status.data.humancellatlas.org/service/dcp-health-check-prod
- export GATSBY_SYSTEM_STATUS_URL=https://status.data.humancellatlas.org/
- export GATSBY_GTM_ID=GTM-xxxxx
- export GATSBY_GTM_AUTH=xx
- export GATSBY_ENV_NAME=env-xx
- export GATSBY_ENV=CGL_DEV
- export GATSBY_GTM_ID=GTM-GTM-M2J5NTJ
- export GATSBY_GTM_AUTH=CzDpc0__fhyqfREDehPK8Q
- export GATSBY_ENV_NAME=env-83
- export GATSBY_ENV=STAGING
- export GATSBY_CONTENT_VERSION=2
- gatsby build
only:
Expand Down
6 changes: 3 additions & 3 deletions cgl-dev-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ export GATSBY_FILE_SUMMARY_API_URL=https://service.dev.singlecell.gi.ucsc.edu/in
export GATSBY_TERM_FACETS_API_URL=https://service.dev.singlecell.gi.ucsc.edu/index/projects
export GATSBY_SYSTEM_HEALTH_CHECK_API_URL=https://status.data.humancellatlas.org/service/dcp-health-check-prod
export GATSBY_SYSTEM_STATUS_URL=https://status.data.humancellatlas.org/
export GATSBY_GTM_ID=GTM-xxxxx
export GATSBY_GTM_AUTH=xx
export GATSBY_ENV_NAME=env-xx
export GATSBY_GTM_ID=GTM-M2J5NTJ
export GATSBY_GTM_AUTH=CzDpc0__fhyqfREDehPK8Q
export GATSBY_ENV_NAME=env-83
export GATSBY_ENV=LOCAL
export GATSBY_CONTENT_VERSION=2
gatsby build
Expand Down

0 comments on commit 21c3c77

Please sign in to comment.