use kubectl, fix 8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2023-11-17 16:24:44 +01:00
parent 6ad8cc9d6b
commit 1ff835deb7

View File

@ -21,6 +21,7 @@ steps:
commands:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- cd ${CI_WORKSPACE}
- cat deploy-yml.tmpl | sed -e 's,%IMAGE%,gitea.hottis.de/'${CI_REPO}':'${CI_COMMIT_TAG}',' > deploy.yml
- cat deploy.yml
when: