2 Commits
0.1.7 ... 0.1.9

Author SHA1 Message Date
9f960857f8 use kubectl, fix 9
Some checks failed
ci/woodpecker/tag/woodpecker Pipeline failed
2023-11-17 16:26:50 +01:00
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,7 +21,8 @@ steps:
commands:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- 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