commit ce94db91c289b16425e682519189229a9c98baa2 parent 92787c159262a57fa20b2eb05ed710e1e6cfca96 Author: Martin Ashby <martin@ashbysoft.com> Date: Mon, 25 Mar 2024 21:39:30 +0000 Remove commented out lines from deploy.sh Diffstat:
M | deploy.sh | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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