From f5726827138f77cefa35dcb2c76b3b8f6e70acfc Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 15:13:01 +0000 Subject: [PATCH] fix drone ci push right file --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 84d77ff..9aa941b 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:~/new-neoligths + - scp target/armv7-unknown-linux-gnueabihf/debug/neolights aether:~/neoligths - ssh aether "doas systemctl restart lights" - sleep 5 - curl -s aether:3000/start/work