mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-22 19:05:56 -04:00
Align fastly and elastic beanstalk deployments
This commit is contained in:
parent
18cd13701f
commit
b466e53a8a
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-production
|
||||
env: scratch-www-staging
|
||||
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-staging
|
||||
env: scratch-www-production
|
||||
on:
|
||||
repo: LLK/scratch-www
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue