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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user