mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Deploy hotfix and release branches to staging
This commit is contained in:
parent
75ea8a7304
commit
478fb499a7
1 changed files with 4 additions and 1 deletions
|
@ -32,7 +32,10 @@ deploy:
|
|||
env: scratch-www-staging
|
||||
on:
|
||||
repo: LLK/scratch-www
|
||||
branch: develop
|
||||
branch:
|
||||
- develop
|
||||
- hotfix/*
|
||||
- release/*
|
||||
- provider: elasticbeanstalk
|
||||
access_key_id: $EB_AWS_ACCESS_KEY_ID
|
||||
secret_access_key: $EB_AWS_SECRET_ACCESS_KEY
|
||||
|
|
Loading…
Reference in a new issue