mfashby.net

Website mfashby.net
git clone git://code.mfashby.net:/mfashby.net
Log | Files | Refs | Submodules | README

commit 8de140a61e36adb97c017b73c4aca31f1548e289
parent 06337b73aad590fdde9347e49bd531d202b2e687
Author: Martin Ashby <martin@ashbysoft.com>
Date:   Tue, 22 Aug 2023 10:56:14 +0100

Fixup deploy script again
Fixup .gitignore for zig
Fixup .gitmodules, use upstream direct now fixes are merged

Diffstat:
M.gitmodules | 2+-
Acomments/.gitignore | 2++
Mdeploy.sh | 2+-
3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -6,4 +6,4 @@ url = git://code.mfashby.net:/zigwebserver [submodule "zig-comments/lib/mustache-zig"] path = comments/lib/mustache-zig - url = https://github.com/MFAshby/mustache-zig + url = https://github.com/batiati/mustache-zig diff --git a/comments/.gitignore b/comments/.gitignore @@ -0,0 +1,2 @@ +zig-cache +zig-out diff --git 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