code beautify
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Wolfgang Hottgenroth 2023-11-21 09:28:08 +01:00
parent fe2e5c7144
commit f5b28f1edb
Signed by: wn
GPG Key ID: 836E9E1192A6B132

View File

@ -25,8 +25,6 @@ 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