This commit is contained in:
Wolfgang Hottgenroth 2025-01-13 12:52:41 +01:00
parent c4c1bc1a80
commit 23c39d491d

@ -22,7 +22,7 @@ steps:
- source: kube_config - source: kube_config
target: KUBE_CONFIG_CONTENT target: KUBE_CONFIG_CONTENT
commands: commands:
- export IMAGE_TAG=$CI_COMMIT_TAG - export IMAGE_TAG=$CI_COMMIT_SHA
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig - printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig - export KUBECONFIG=/tmp/kubeconfig
- ./deployment/deploy.sh - ./deployment/deploy.sh