Skip to content
Snippets Groups Projects
Verified Commit 2630bee0 authored by Réthelyi Bálint's avatar Réthelyi Bálint :no_mouth:
Browse files

try

parent a44392e9
No related branches found
No related tags found
No related merge requests found
Pipeline #8975 waiting for manual action
......@@ -79,3 +79,20 @@ production:
rules:
- if: $CI_COMMIT_TAG
when: manual
staging:
stage: deploy
image:
name: docker.io/blintmester/base-helm-kubectl:1.0.1
entrypoint: [""]
needs:
- dockerhub
before_script:
- echo $KUBECONFIG
- chmod 600 $KUBECONFIG
script:
- bash
- cd "$CI_PROJECT_DIR"/k8s
- envsubst < values.yaml | helm upgrade --install --wait becskasszasch . -n becskasszasch-staging --values -
rules:
- when: manual
\ No newline at end of file
......@@ -7,5 +7,5 @@ POSTGRES: "${POSTGRES}"
POSTGRES_PASS: "${POSTGRES_PASS}"
POSTGRES_USER: "${POSTGRES_USER}"
POSTGRES_DB: "${POSTGRES_DB}"
Tag: "v1.6.9"
Tag: "${CI_COMMIT_REF_NAME}"
REGISTRY_CONF: "${REGISTRY_CONF}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment