fixed drone ci
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Andre Henriques 2023-03-18 12:53:49 +00:00
parent 1dcbc2be22
commit bb0d463440

View File

@ -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"