From ce94db91c289b16425e682519189229a9c98baa2 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 25 Mar 2024 21:39:30 +0000 Subject: Remove commented out lines from deploy.sh --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 5cd7610..91e476f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -16,7 +16,7 @@ zig build -Doptimize=ReleaseSafe -Dcpu=baseline popd # Copy static site -#rsync -rz zig-out/* root@rpi3:/var/www/mfashby.net +rsync -rz zig-out/* root@rpi3:/var/www/mfashby.net # Copy comments app -#rsync comments/zig-out/bin/comments root@rpi3:/usr/local/bin/comments +rsync comments/zig-out/bin/comments root@rpi3:/usr/local/bin/comments -- cgit v1.2.3-ZIG