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