From 1dcbc2be22abd7b98d9a53239b98e89a3ffdca33 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 12:49:39 +0000 Subject: [PATCH] added restart service --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 9b097b7..02bd96d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,6 +13,7 @@ steps: - name: deploy - curl aether:3000/quit - scp target/armv7-unknown-linux-gnueabihf/debug/neolights aether:~/new-neoligths + - ssh aether "doas systemctl restart lights" - curl aether:3000/start/work node: lights: builder