Skip to content
Snippets Groups Projects
Commit 7140813e authored by Torma Kristóf's avatar Torma Kristóf :alien:
Browse files

Update .gitlab-ci.yml

parent ce01e0f4
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ Deploy to Kubernetes:
- mv ./kubectl /usr/local/bin/kubectl
- kubectl version
- cd k8s
- sed -i "s|##IMAGETAG##|${CI_COMMIT_REF_NAME}|" deployment.yaml
- sed -i "s|##IMAGETAG##|${CI_COMMIT_REF_NAME}|" deployment.yml
- kubectl apply -f deployment.yml
only:
- tags
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