feat: add webhooks with basic json to send to

This commit is contained in:
Jet Pham 2025-06-04 19:25:08 -07:00
parent 18aa3dfaa8
commit 1b0284b00b
No known key found for this signature in database
7 changed files with 1432 additions and 10 deletions

View file

@ -9,7 +9,7 @@ cargo zigbuild --release --target aarch64-unknown-linux-gnu
echo "Copying to Raspberry Pi..."
scp target/aarch64-unknown-linux-gnu/release/noisebell noisebridge@noisebell.local:~/
echo "Setting permissions and restarting service..."
echo "Setting permissions"
ssh noisebridge@noisebell.local "chmod +x ~/noisebell "
echo "Deployment complete!"