test new deploy
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
||||
deploy:
|
||||
ssh raspiwork 'cd /home/pi/Scripts/rust_device && git pull && make build'
|
||||
scp raspiwork:/home/pi/Scripts/rust_device/target/release/device raspigate:/home/pi/Scripts/device
|
||||
|
||||
build:
|
||||
cargo build --release
|
||||
scp target/release/device raspigate::/home/pi/Scripts/device
|
||||
|
||||
Reference in New Issue
Block a user