Drone: make k8s rollout privileged
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Garrett Mills 2022-11-29 01:12:20 -06:00
parent cb9b75953a
commit caee2fb655

View File

@ -36,6 +36,7 @@ steps:
- name: k8s rollout
image: bitnami/kubectl
privileged: true
commands:
- cd deploy && kubectl apply -f .
- kubectl rollout restart deployment/garrettmills-dev