Skip to content
Snippets Groups Projects
Verified Commit 9c70ed5b authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

fix deployment

parent b9930d6a
No related branches found
No related tags found
1 merge request!50Add k8s deployment
Pipeline #179486 failed
...@@ -40,6 +40,5 @@ deploy docker image: ...@@ -40,6 +40,5 @@ deploy docker image:
image: bitnami/kubectl:latest image: bitnami/kubectl:latest
script: script:
- cd deploy - cd deploy
- sed -i s/IMAGE_TAG/$CI_COMMIT_REF_NAME@sha256:$(cat DIGESTFILE)/g - sed -i s/IMAGE_TAG/$CI_COMMIT_REF_NAME@$(cat ../DIGESTFILE)/g
- cat deployment.yaml - for file in *; do kubectl apply -f $file; done
# - for file in *; do kubectl apply -f $file; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment