This reverts commit 30c87a9648.
This commit is contained in:
parent
708791f986
commit
286758ac2d
1 changed files with 14 additions and 9 deletions
23
.travis.yml
23
.travis.yml
|
|
@ -82,16 +82,21 @@ notifications:
|
|||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Deploy
|
||||
- stage: Deploy DEV
|
||||
if: type != pull_request
|
||||
script: skip
|
||||
after_script: skip
|
||||
deploy:
|
||||
- provider: heroku
|
||||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
app:
|
||||
master: practicaldev
|
||||
- provider: heroku
|
||||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
app:
|
||||
master: benhalpern-community
|
||||
provider: heroku
|
||||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
app:
|
||||
master: practicaldev
|
||||
- stage: Deploy BenHalpern
|
||||
if: type != pull_request
|
||||
script: skip
|
||||
after_script: skip
|
||||
deploy:
|
||||
provider: heroku
|
||||
api_key: '$HEROKU_AUTH_TOKEN'
|
||||
app:
|
||||
master: benhalpern-community
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue