This commit is contained in:
parent
bb0d463440
commit
80fb12db49
@ -12,10 +12,11 @@ steps:
|
||||
- cargo build --target=armv7-unknown-linux-gnueabihf
|
||||
- name: deploy
|
||||
commands:
|
||||
- curl aether:3000/quit
|
||||
- curl -s aether:3000/quit
|
||||
- scp target/armv7-unknown-linux-gnueabihf/debug/neolights aether:~/new-neoligths
|
||||
- ssh aether "doas systemctl restart lights"
|
||||
- curl aether:3000/start/work
|
||||
- sleep 5
|
||||
- curl -s aether:3000/start/work
|
||||
node:
|
||||
lights: builder
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user