From c56823eb31c8c4869af8bb10a8da80c4de844b9a Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 16:16:44 +0000 Subject: [PATCH] fix drone ci push file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9aa941b..1463e76 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,7 +13,7 @@ steps: - name: deploy commands: - curl -s aether:3000/quit - - scp target/armv7-unknown-linux-gnueabihf/debug/neolights aether:~/neoligths + - scp target/armv7-unknown-linux-gnueabihf/debug/neolights aether:~/neolights - ssh aether "doas systemctl restart lights" - sleep 5 - curl -s aether:3000/start/work