Drone: fix k8s rollout path
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2022-11-29 11:01:55 -06:00
parent 68b81106e6
commit d66ae85f54

View File

@ -37,5 +37,5 @@ steps:
- name: k8s rollout
image: bitnami/kubectl
commands:
- cd docs && kubectl apply -f .
- cd docs/deploy && kubectl apply -f .
- kubectl rollout restart -n extollo deployment/docs