fix env file call

This commit is contained in:
Romulus21
2024-08-24 14:15:14 +02:00
parent 03f888c4a7
commit 244c6f6ca6
7 changed files with 41 additions and 32 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
deploy:
ssh raspiwork 'cd /home/pi/Scripts/rust_device && git pull && make build'
build:
cargo build --release
scp target/release/device raspigate::/home/pi/Scripts/device