mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 17:45:52 -05:00
circleci config clean up environment variables
This commit is contained in:
parent
8013a3d5d3
commit
20eecb51f7
1 changed files with 0 additions and 38 deletions
|
@ -8,44 +8,6 @@ aliases:
|
||||||
username: $DOCKERHUB_USERNAME
|
username: $DOCKERHUB_USERNAME
|
||||||
password: $DOCKERHUB_PASSWORD
|
password: $DOCKERHUB_PASSWORD
|
||||||
working_directory: ~/repo
|
working_directory: ~/repo
|
||||||
# - &environment
|
|
||||||
# CXX: g++-4.8
|
|
||||||
# FASTLY_ACTIVATE_CHANGES: true
|
|
||||||
# NODE_ENV: production
|
|
||||||
# S3_LOCAL_DIR: build
|
|
||||||
# SENTRY_ORG: scratch-foundation
|
|
||||||
# SKIP_CLEANUP: true
|
|
||||||
# WWW_VERSION: ${CIRCLE_SHA1:0:5}
|
|
||||||
# - &env_production
|
|
||||||
# API_HOST: https://api.scratch.mit.edu
|
|
||||||
# ASSET_HOST: https://assets.scratch.mit.edu
|
|
||||||
# BACKPACK_HOST: https://backpack.scratch.mit.edu
|
|
||||||
# CLOUDDATA_HOST: clouddata.scratch.mit.edu
|
|
||||||
# GA_TRACKER: UA-30688952-1
|
|
||||||
# PROJECT_HOST: https://projects.scratch.mit.edu
|
|
||||||
# RECAPTCHA_SITE_KEY: 6LeRbUwUAAAAAFYhKgk3G9OKWqE_OJ7Z-7VTUCbl
|
|
||||||
# ROOT_URL: https://scratch.mit.edu
|
|
||||||
# S3_BUCKET_NAME: scratch-www-production
|
|
||||||
# SCRATCH_ENV: production
|
|
||||||
# SENTRY_DSN: https://ebc2f8a6bc7b44ca8fd902fd4f16b3d7@sentry.io/1357122
|
|
||||||
# SENTRY_PROJECT: scratch-30-production
|
|
||||||
# STATIC_HOST: https://cdn2.scratch.mit.edu
|
|
||||||
# TEST_PROJECT_ID: "414835599"
|
|
||||||
# - &env_staging
|
|
||||||
# API_HOST: https://api.scratch.ly
|
|
||||||
# ASSET_HOST: https://assets.scratch.ly
|
|
||||||
# BACKPACK_HOST: https://backpack.scratch.ly
|
|
||||||
# CLOUDDATA_HOST: varserver2.scratch.ly
|
|
||||||
# GA_TRACKER: UA-30688952-7
|
|
||||||
# PROJECT_HOST: https://projects.scratch.ly
|
|
||||||
# RECAPTCHA_SITE_KEY: 6LfukK4UAAAAAFR44yoZMhv8fj6xh-PMiIxwryG3
|
|
||||||
# ROOT_URL: https://scratch.ly
|
|
||||||
# S3_BUCKET_NAME: scratch-www-staging
|
|
||||||
# SCRATCH_ENV: staging
|
|
||||||
# SENTRY_DSN: https://c01014988b0a4f44bbefdf235623c456@sentry.io/1357982
|
|
||||||
# SENTRY_PROJECT: scratch-30-staging
|
|
||||||
# STATIC_HOST: https://cdn.scratch.ly
|
|
||||||
# TEST_PROJECT_ID: "1300006196"
|
|
||||||
- &save_git_cache
|
- &save_git_cache
|
||||||
save_cache:
|
save_cache:
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Reference in a new issue