aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--.gitmodules2
-rw-r--r--comments/.gitignore2
m---------comments/lib/mustache-zig0
-rwxr-xr-xdeploy.sh2
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
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