Update .drone.yml to restart correct service on prod deploy (#10)
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone Build is passing

This commit is contained in:
Garrett Mills 2020-10-12 21:57:08 +00:00
parent 2d3171cfc9
commit 6ee03ec0f8

View File

@ -51,7 +51,7 @@ steps:
- git pull - git pull
- git checkout ${DRONE_COMMIT} - git checkout ${DRONE_COMMIT}
- yarn install - yarn install
- systemctl restart noded-dev - systemctl restart noded
when: when:
event: promote event: promote
target: production target: production