Drone: fix deploy dir
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2022-12-02 10:34:23 -06:00
parent 49be0887d0
commit 1b12af0cd2

View File

@ -56,7 +56,7 @@ steps:
image: bitnami/kubectl image: bitnami/kubectl
privileged: true privileged: true
commands: commands:
- cd deploy && kubectl apply -f . - cd deploy-subst && kubectl apply -f .
- kubectl rollout restart deployment/coreid-www -n starship - kubectl rollout restart deployment/coreid-www -n starship
- kubectl rollout restart deployment/coreid-jobs -n starship - kubectl rollout restart deployment/coreid-jobs -n starship
depends_on: depends_on: