Skip to content

Commit

Permalink
Remove gitlab commented block
Browse files Browse the repository at this point in the history
  • Loading branch information
sajo-ebi committed Dec 6, 2022
1 parent 9b237cc commit 37bedf3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ deploy-fallback:
- mkdir -p /root/.kube
- echo ${PFALLBACK_KUBECONFIG} | base64 -d > /root/.kube/config
- helm init --stable-repo-url https://charts.helm.sh/stable
#- helm delete --purge gwas-curation-service || true
- helm delete --purge gwas-curation-service || true
- helm install --name gwas-curation-service --set k8Namespace=gwas,replicaCount=1,image.env.envName=prod-fallback,image.repository=$BACKEND_REGISTRY_IMAGE,image.tag=$CI_COMMIT_SHA,image.env.dbUser=gwasdepo,image.env.secretsName=prod-secrets,image.env.secretsKey=db-backend,image.env.rabbitSecretsName=prod-secrets,image.env.rabbitSecretsKey=rabbitmq-password ./k8chart/ --wait
environment:
name: prod
Expand All @@ -121,7 +121,7 @@ deploy-live:
- mkdir -p /root/.kube
- echo ${PLIVE_KUBECONFIG} | base64 -d > /root/.kube/config
- helm init --stable-repo-url https://charts.helm.sh/stable
#- helm delete --purge gwas-curation-service || true
- helm delete --purge gwas-curation-service || true
- helm install --name gwas-curation-service --set k8Namespace=gwas,replicaCount=1,image.env.envName=prod,image.repository=$BACKEND_REGISTRY_IMAGE,image.tag=$CI_COMMIT_SHA,image.env.dbUser=gwasdepo,image.env.secretsName=prod-secrets,image.env.secretsKey=db-backend,image.env.rabbitSecretsName=prod-secrets,image.env.rabbitSecretsKey=rabbitmq-password ./k8chart/ --wait
environment:
name: prod
Expand Down

0 comments on commit 37bedf3

Please sign in to comment.