Update .drone.yml to restart correct service on prod deploy (#10)
This commit is contained in:
parent
2d3171cfc9
commit
6ee03ec0f8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user