summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authoreqkter <thyro@gmx.ru>2023-08-18 22:32:12 +0200
committereqkter <thyro@gmx.ru>2023-08-18 22:32:12 +0200
commit98b3e864c7595d15c24b05cc0e2bd29f87a13a09 (patch)
tree330c1f743e8ce7cb1fc673fcb6f8abb57c9b61d3 /build.sh
Initial commit
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..abcffbb
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,7 @@
+#! /usr/bin/sh
+
+zola build
+rsync -arP --delete public/ root@eqkter.org:/var/www/eqkter_w/
+git add .
+git commit -m "auto updating site"
+git push own