Skip to content
Snippets Groups Projects
Commit 093b7d2c authored by Chris Aslanoglou's avatar Chris Aslanoglou
Browse files

ci(automation): add resource deletion in deploy job

parent 9cff8e99
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -83,6 +83,7 @@ deploy automation: ...@@ -83,6 +83,7 @@ deploy automation:
script: script:
- kubectl version - kubectl version
- kubectl get all - kubectl get all
- kubectl delete -f "manifests/automationservice.yaml"
- kubectl apply -f "manifests/automationservice.yaml" - kubectl apply -f "manifests/automationservice.yaml"
- kubectl delete pods --selector app=automationservice - kubectl delete pods --selector app=automationservice
- kubectl get all - kubectl get all
......
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