diff --git a/Makefile b/Makefile index 3ad307d..84e0a5a 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ deploy: ssh raspiwork 'cd /home/pi/Scripts/rust_mosquitto && git pull && cargo build --release' + ssh raspiwork 'sudo systemctl daemon-reload' ssh raspiwork 'sudo systemctl restart rust_mosquitto.service'