diff --git a/.travis.yml b/.travis.yml index e93c5a287..fc20c0582 100644 --- a/.travis.yml +++ b/.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