mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Merge pull request #2170 from LLK/paulkaplan-patch-1
Update API_HOST_STAGING to point to api.scratch.ly
This commit is contained in:
commit
c6a9085d81
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ env:
|
|||
global:
|
||||
- CXX=g++-4.8
|
||||
- API_HOST_master=https://api.scratch.mit.edu
|
||||
- API_HOST_STAGING=https://api-staging.scratch.mit.edu
|
||||
- API_HOST_STAGING=https://api.scratch.ly
|
||||
- API_HOST_VAR=API_HOST_$TRAVIS_BRANCH
|
||||
- API_HOST=${!API_HOST_VAR}
|
||||
- API_HOST=${API_HOST:-$API_HOST_STAGING}
|
||||
|
|
Loading…
Reference in a new issue