diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | comments/.gitignore | 2 | ||||
m--------- | comments/lib/mustache-zig | 0 | ||||
-rwxr-xr-x | deploy.sh | 2 |
4 files changed, 4 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules index 246200f..e6a03aa 100644 --- 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 new file mode 100644 index 0000000..4c82b07 --- /dev/null +++ b/comments/.gitignore @@ -0,0 +1,2 @@ +zig-cache +zig-out diff --git a/comments/lib/mustache-zig b/comments/lib/mustache-zig -Subproject a228c9e46d1e06c28e419c0656cfc43f553086a +Subproject 75ce80cc39eb5b847ea3d0ac79b4da982d9e57d @@ -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 |