disable auto-deployments for now

This commit is contained in:
Matthias Kretschmann 2019-09-06 14:27:09 +02:00
parent 276688ffee
commit 4ae344a861
Signed by: m
GPG Key ID: 606EEEF3C479A91F
1 changed files with 7 additions and 8 deletions

View File

@ -61,11 +61,10 @@ cache:
directories:
# cache folder with Cypress binary
- ~/.cache
deploy:
- provider: script
skip_cleanup: true
script: bash -ex ./scripts/deploy_on_k8s.sh
on:
tags: true
all_branches: true
# deploy:
# - provider: script
# skip_cleanup: true
# script: bash -ex ./scripts/deploy_on_k8s.sh
# on:
# tags: true
# all_branches: true