From bb0d463440fbe711412a9f4d129d4a83f7c68fce Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Sat, 18 Mar 2023 12:53:49 +0000 Subject: [PATCH] fixed drone ci --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 02bd96d..9abaaed 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,7 @@ steps: - rustup show - cargo build --target=armv7-unknown-linux-gnueabihf - name: deploy + commands: - curl aether:3000/quit - scp target/armv7-unknown-linux-gnueabihf/debug/neolights aether:~/new-neoligths - ssh aether "doas systemctl restart lights"