Revert "Deploy In Parallel to Heroku Apps (#11258)" (#11275)

This reverts commit 30c87a9648.
This commit is contained in:
Molly Struve 2020-11-04 16:50:57 -05:00 committed by GitHub
parent 708791f986
commit 286758ac2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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