Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
3fd8dfd95d
|
|||
4c2ebc64c5
|
2
.gitignore
vendored
2
.gitignore
vendored
@ -8,4 +8,6 @@ test
|
|||||||
.vscode
|
.vscode
|
||||||
.dccache
|
.dccache
|
||||||
sink/.dccache
|
sink/.dccache
|
||||||
|
*~
|
||||||
|
.*~
|
||||||
|
|
||||||
|
@ -21,6 +21,6 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
- printf "$KUBE_CONFIG_CONTENT" > /tmp/kubeconfig
|
||||||
- export KUBECONFIG=/tmp/kubeconfig
|
- export KUBECONFIG=/tmp/kubeconfig
|
||||||
- cat $CI_WORKSPACE/deployment/deploy-yml.tmpl | sed -e 's,%IMAGE%,gitea.hottis.de/'$CI_REPO':'$CI_COMMIT_TAG',' | kubectl apply -f - -n mainscnt
|
- cat $CI_WORKSPACE/deployment/deploy-yml.tmpl | sed -e 's,%IMAGE%,gitea.hottis.de/'$CI_REPO':'$CI_COMMIT_TAG',' | kubectl apply -f -
|
||||||
when:
|
when:
|
||||||
- event: tag
|
- event: tag
|
||||||
|
Reference in New Issue
Block a user