mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Switch branches for staging/production
This is a temporary change for the transition to the new production cluster. It should be reverted when we are using production as production (not staging)
This commit is contained in:
parent
102a220c21
commit
d86c72a084
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ deploy:
|
|||
skip_cleanup: $SKIP_CLEANUP
|
||||
region: $EB_REGION
|
||||
app: $EB_APP
|
||||
env: scratch-www-staging
|
||||
env: scratch-www-production
|
||||
on:
|
||||
repo: LLK/scratch-www
|
||||
branch: develop
|
||||
|
@ -41,7 +41,7 @@ deploy:
|
|||
skip_cleanup: $SKIP_CLEANUP
|
||||
region: $EB_REGION
|
||||
app: $EB_APP
|
||||
env: scratch-www-production
|
||||
env: scratch-www-staging
|
||||
on:
|
||||
repo: LLK/scratch-www
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue