From 7f9b87c377925a4c945f6e937cf416a691d95caf Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Mon, 19 Aug 2024 17:14:52 +0200 Subject: [PATCH] add deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'