Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
9f960857f8
|
|||
1ff835deb7
|
|||
6ad8cc9d6b
|
|||
07e18601f2
|
@ -21,9 +21,8 @@ steps:
|
||||
commands:
|
||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||
- export KUBECONFIG=/tmp/kubeconfig
|
||||
- cd /workspace/deployment
|
||||
- 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
|
||||
A
|
||||
|
Reference in New Issue
Block a user