Temporarily disable deploy to BenHalpern server (#11520)
This commit is contained in:
parent
07287fa2bb
commit
2205f38261
1 changed files with 10 additions and 10 deletions
20
.travis.yml
20
.travis.yml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue