From d677f63f1dfdb3b48f7a84165aff3d0f4ff27c52 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Fri, 30 Dec 2022 18:42:10 +0000 Subject: Fixup deploy.sh --- deploy.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 67c978d..4c32b5b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -25,6 +25,5 @@ rsync comments/target/aarch64-unknown-linux-gnu/release/comments root@rpi3:/usr/ rsync comments/comments.service root@rpi3:/etc/systemd/system/comments.service ssh root@rpi3 -C systemctl daemon-reload ssh root@rpi3 -C systemctl restart comments -popd # TODO set caddy back to online -- cgit v1.2.3-ZIG