disable automatic k8s deployment for now
This commit is contained in:
parent
1deb094afe
commit
c47bc11ec0
|
@ -115,15 +115,15 @@ package-debian:
|
||||||
# - 'rsync -avh --delete web/* "beryjuorg@ory1-web-prod-1.ory1.beryju.org:passbook.beryju.org/"'
|
# - 'rsync -avh --delete web/* "beryjuorg@ory1-web-prod-1.ory1.beryju.org:passbook.beryju.org/"'
|
||||||
# - 'rsync -avh --delete site/* "beryjuorg@ory1-web-prod-1.ory1.beryju.org:passbook.beryju.org/docs/"'
|
# - 'rsync -avh --delete site/* "beryjuorg@ory1-web-prod-1.ory1.beryju.org:passbook.beryju.org/docs/"'
|
||||||
|
|
||||||
deploy:
|
# deploy:
|
||||||
environment:
|
# environment:
|
||||||
name: production
|
# name: production
|
||||||
url: https://passbook-prod.default.k8s.beryju.org/
|
# url: https://passbook-prod.default.k8s.beryju.org/
|
||||||
stage: deploy
|
# stage: deploy
|
||||||
only:
|
# only:
|
||||||
- tags
|
# - tags
|
||||||
- /^version/.*$/
|
# - /^version/.*$/
|
||||||
script:
|
# script:
|
||||||
- curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
|
# - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
|
||||||
- helm init
|
# - helm init
|
||||||
- helm upgrade passbook-prod helm/passbook --devel
|
# - helm upgrade passbook-prod helm/passbook --devel
|
||||||
|
|
Reference in New Issue