aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh4
1 files 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