From c47bc11ec08932d2c62f412c2373dea060802d1a Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 11 Mar 2019 09:47:06 +0100 Subject: [PATCH] disable automatic k8s deployment for now --- .gitlab-ci.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ab0afa2fa..9f4505ecf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -115,15 +115,15 @@ package-debian: # - '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/"' -deploy: - environment: - name: production - url: https://passbook-prod.default.k8s.beryju.org/ - stage: deploy - only: - - tags - - /^version/.*$/ - script: - - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash - - helm init - - helm upgrade passbook-prod helm/passbook --devel +# deploy: +# environment: +# name: production +# url: https://passbook-prod.default.k8s.beryju.org/ +# stage: deploy +# only: +# - tags +# - /^version/.*$/ +# script: +# - curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash +# - helm init +# - helm upgrade passbook-prod helm/passbook --devel