Commit 093b7d2c authored by Chris Aslanoglou's avatar Chris Aslanoglou
Browse files

ci(automation): add resource deletion in deploy job

parent 9cff8e99
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -83,6 +83,7 @@ deploy automation:
  script:
    - kubectl version
    - kubectl get all
    - kubectl delete -f "manifests/automationservice.yaml"
    - kubectl apply -f "manifests/automationservice.yaml"
    - kubectl delete pods --selector app=automationservice
    - kubectl get all