aboutsummaryrefslogtreecommitdiff
path: root/deploy.sh
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2023-08-22 10:56:14 +0100
committerMartin Ashby <martin@ashbysoft.com>2023-08-22 10:57:19 +0100
commit8de140a61e36adb97c017b73c4aca31f1548e289 (patch)
tree36b49b353e84d7b65b8c8bcf494cf1f2657bc5c8 /deploy.sh
parent06337b73aad590fdde9347e49bd531d202b2e687 (diff)
downloadmfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.tar.gz
mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.tar.bz2
mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.tar.xz
mfashby.net-8de140a61e36adb97c017b73c4aca31f1548e289.zip
Fixup deploy script again
Fixup .gitignore for zig Fixup .gitmodules, use upstream direct now fixes are merged
Diffstat (limited to 'deploy.sh')
-rwxr-xr-xdeploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy.sh b/deploy.sh
index cbcb703..55b9dc6 100755
--- a/deploy.sh
+++ b/deploy.sh
@@ -21,6 +21,6 @@ popd
rsync -rz public/* root@rpi3:/var/www/mfashby.net
# Copy comments app
-rsync zig-comments/zig-out/bin/comments root@rpi3:/usr/local/bin/comments
+rsync comments/zig-out/bin/comments root@rpi3:/usr/local/bin/comments
# TODO set caddy back to online