1 Commits
0.1.7 ... 0.1.8

Author SHA1 Message Date
1ff835deb7 use kubectl, fix 8
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2023-11-17 16:24:44 +01:00

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: