1 Commits

Author SHA1 Message Date
fe2e5c7144 code beautify
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2023-11-21 09:26:18 +01:00

View File

@ -25,6 +25,8 @@ steps:
commands:
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
- export KUBECONFIG=/tmp/kubeconfig
- cat $CI_WORKSPACE/deployment/deploy-yml.tmpl | sed -e 's,%IMAGE%,'$IMAGE_NAME':'$CI_COMMIT_TAG',' | kubectl apply -f -
- cat $CI_WORKSPACE/deployment/deploy-yml.tmpl | \
sed -e 's,%IMAGE%,'$IMAGE_NAME':'$CI_COMMIT_TAG',' | \
kubectl apply -f -
when:
- event: tag