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

fix deployment

parent 9c70ed5b
No related branches found
No related tags found
1 merge request!50Add k8s deployment
Pipeline #179491 failed
......@@ -40,5 +40,5 @@ deploy docker image:
image: bitnami/kubectl:latest
script:
- cd deploy
- sed -i s/IMAGE_TAG/$CI_COMMIT_REF_NAME@$(cat ../DIGESTFILE)/g
- sed -i s/IMAGE_TAG/$CI_COMMIT_REF_NAME@$(cat ../DIGESTFILE)/g deployment.yaml
- 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