Skip to content
Snippets Groups Projects
Commit ce01e0f4 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

fix deployment yml in kubectl apply

parent 05e4283b
No related branches found
Tags 1.0.2
No related merge requests found
......@@ -49,6 +49,6 @@ Deploy to Kubernetes:
- kubectl version
- cd k8s
- sed -i "s|##IMAGETAG##|${CI_COMMIT_REF_NAME}|" deployment.yaml
- kubectl apply -f deployment.yaml
- 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