Temporarily disable deploy to BenHalpern server (#11520)

This commit is contained in:
rhymes 2020-11-20 16:31:32 +01:00 committed by GitHub
parent 07287fa2bb
commit 2205f38261
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -92,13 +92,13 @@ jobs:
api_key: '$HEROKU_AUTH_TOKEN'
app:
master: practicaldev
- stage: Deploy
name: Deploy BenHalpern
if: type != pull_request
script: skip
after_script: skip
deploy:
provider: heroku
api_key: '$HEROKU_AUTH_TOKEN'
app:
master: benhalpern-community
# - stage: Deploy
# name: Deploy BenHalpern
# if: type != pull_request
# script: skip
# after_script: skip
# deploy:
# provider: heroku
# api_key: '$HEROKU_AUTH_TOKEN'
# app:
# master: benhalpern-community