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
Branches
No related tags found
No related merge requests found
...@@ -48,7 +48,7 @@ Deploy to Kubernetes: ...@@ -48,7 +48,7 @@ Deploy to Kubernetes:
- mv ./kubectl /usr/local/bin/kubectl - mv ./kubectl /usr/local/bin/kubectl
- kubectl version - kubectl version
- cd k8s - 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 - kubectl apply -f deployment.yml
only: only:
- tags - tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment