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

This commit is contained in:
Garrett Mills 2022-11-29 17:37:35 -06:00
parent 0c64fa661b
commit ddff22919a

View File

@ -51,7 +51,7 @@ steps:
- name: k8s rollout - name: k8s rollout
image: bitnami/kubectl:latest image: bitnami/kubectl:latest
commands: commands:
- kubectl rollout restart -n noded deployment/frontend - kubectl rollout restart -n noded deployment/noded-frontend
# when: # when:
# event: # event:
# - tag # - tag