diff --git a/Makefile b/Makefile index 6da593b..c46d77f 100644 --- a/Makefile +++ b/Makefile @@ -1,2 +1,2 @@ deploy: - cargo build --release --target=armv7-unknown-linux-gnueabihf \ No newline at end of file + ssh raspiwork 'cd /home/pi/Scripts/rust_agregator && git pull && cargo build --release'