mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 00:58:14 -05:00
Add a staging GA tracker for testing
This commit is contained in:
parent
54ae001e72
commit
9b1ba5ffcf
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ env:
|
|||
- FASTLY_SERVICE_ID=${!FASTLY_SERVICE_ID_VAR}
|
||||
- FASTLY_SERVICE_ID=${FASTLY_SERVICE_ID:-$FASTLY_SERVICE_ID_STAGING}
|
||||
- GA_TRACKER_master=UA-30688952-1
|
||||
- GA_TRACKER_STAGING=UA-30688952-7
|
||||
- GA_TRACKER_VAR=GA_TRACKER_$TRAVIS_BRANCH
|
||||
- GA_TRACKER=${!GA_TRACKER_VAR}
|
||||
- GA_TRACKER=${GA_TRACKER:-$GA_TRACKER_STAGING}
|
||||
|
|
Loading…
Reference in a new issue