From 286758ac2d7f4f31ff04c6148b6ee5e5eb33e9cc Mon Sep 17 00:00:00 2001 From: Molly Struve Date: Wed, 4 Nov 2020 16:50:57 -0500 Subject: [PATCH] Revert "Deploy In Parallel to Heroku Apps (#11258)" (#11275) This reverts commit 30c87a964808e734fc87731e3ec3e39a6ef7009f. --- .travis.yml | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) 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