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 checkout ${DRONE_COMMIT}
- yarn install
- systemctl restart noded-dev
- systemctl restart noded
when:
event: promote
target: production