From 6ee03ec0f8d5d9e2daaf9fef20f2a7c0f6a547b9 Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Mon, 12 Oct 2020 21:57:08 +0000 Subject: [PATCH] Update .drone.yml to restart correct service on prod deploy (#10) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 133fb13..885fe8a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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