use kubectl, fix 9
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
2023-11-17 16:26:50 +01:00
parent 1ff835deb7
commit 9f960857f8

View File

@ -21,8 +21,8 @@ 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
- 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:
- event: tag