From 0fc8f81c7a363277a228ddfe772f6f3abe074c23 Mon Sep 17 00:00:00 2001 From: Romulus21 Date: Sun, 15 Sep 2024 22:06:36 +0200 Subject: [PATCH] change server destination --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 289f900..76d9be4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ deploy: cargo build --release 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 + scp raspiwork:/home/pi/Scripts/rust_device/target/release/device raspiweb:/home/pi/Scripts/device build: cargo build --release