Commit 70188cfb authored by Ray Schamp's avatar Ray Schamp

Set up SCRATCH_ENV for staging

parent 02ff0217
...@@ -36,6 +36,11 @@ env: ...@@ -36,6 +36,11 @@ env:
- GA_TRACKER_VAR=GA_TRACKER_$TRAVIS_BRANCH - GA_TRACKER_VAR=GA_TRACKER_$TRAVIS_BRANCH
- GA_TRACKER=${!GA_TRACKER_VAR} - GA_TRACKER=${!GA_TRACKER_VAR}
- GA_TRACKER=${GA_TRACKER:-$GA_TRACKER_STAGING} - GA_TRACKER=${GA_TRACKER:-$GA_TRACKER_STAGING}
- SCRATCH_ENV_master=production
- SCRATCH_ENV_STAGING=staging
- SCRATCH_ENV_VAR=SCRATCH_ENV_$TRAVIS_BRANCH
- SCRATCH_ENV=${!SCRATCH_ENV_VAR}
- SCRATCH_ENV=${SCRATCH_ENV:-$SCRATCH_ENV_STAGING}
- S3_BUCKET_NAME_master=scratch-www-production - S3_BUCKET_NAME_master=scratch-www-production
- S3_BUCKET_NAME_STAGING=scratch-www-staging - S3_BUCKET_NAME_STAGING=scratch-www-staging
- S3_BUCKET_NAME_VAR=S3_BUCKET_NAME_$TRAVIS_BRANCH - S3_BUCKET_NAME_VAR=S3_BUCKET_NAME_$TRAVIS_BRANCH
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment