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

Update .gitlab-ci.yml

parent e254fc95
No related branches found
No related tags found
1 merge request!1add fancy smancy deploy memes
...@@ -46,8 +46,8 @@ Deploy to Kubernetes: ...@@ -46,8 +46,8 @@ Deploy to Kubernetes:
- chmod +x ./kubectl - chmod +x ./kubectl
- mv ./kubectl /usr/local/bin/kubectl - mv ./kubectl /usr/local/bin/kubectl
- kubectl version - kubectl version
- cd contrib/kubernetes/ - cd k8s
- sed -i "s|##IMAGETAG##|${CI_COMMIT_REF_NAME}|" *.yaml - sed -i "s|##IMAGETAG##|${CI_COMMIT_REF_NAME}|" deployment.yaml
- kubectl apply -f deployment.yaml - kubectl apply -f deployment.yaml
only: only:
- tags - 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