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

This commit is contained in:
Garrett Mills 2022-11-29 02:29:03 -06:00
parent b21492b510
commit 30e31b2dd3

View File

@ -39,4 +39,4 @@ steps:
privileged: true
commands:
- cd deploy && kubectl apply -f .
- kubectl rollout restart deployment/garrettmills-dev
- kubectl rollout restart deployment/garrettmills-dev -n default