feat: make network non blocking and fix deploy script

This commit is contained in:
Jet Pham 2025-06-06 18:51:59 -07:00
parent 0f0d0513cb
commit 9bc01997d7
No known key found for this signature in database
2 changed files with 12 additions and 3 deletions

View file

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