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
No related tags found
No related merge requests found
...@@ -49,6 +49,6 @@ Deploy to Kubernetes: ...@@ -49,6 +49,6 @@ Deploy to Kubernetes:
- 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.yaml
- kubectl apply -f deployment.yaml - 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