feat: make network non blocking and fix deploy script
This commit is contained in:
parent
0f0d0513cb
commit
9bc01997d7
2 changed files with 12 additions and 3 deletions
|
|
@ -7,6 +7,7 @@ echo "Building for Raspberry Pi..."
|
|||
cross build --release --target aarch64-unknown-linux-gnu
|
||||
|
||||
echo "Copying to Raspberry Pi..."
|
||||
ssh noisebridge@noisebell.local "mkdir -p ~/noisebell"
|
||||
scp target/aarch64-unknown-linux-gnu/release/noisebell noisebridge@noisebell.local:~/noisebell/
|
||||
scp endpoints.json noisebridge@noisebell.local:/home/noisebridge/noisebell/endpoints.json
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue