summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <gitlab@jonaskohl.de>2024-07-19 16:23:03 +0200
committerJonas Kohl <gitlab@jonaskohl.de>2024-07-19 16:23:03 +0200
commit170d134f6988450861d23eb02855eafd84a4e071 (patch)
tree23fda5c2782e6905744ed9a56bd58576f5bd82c0
parent63fe1d9cc50fef591f5a6b1813804d40e1d302d7 (diff)
Add rsync publish method
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ee0da47..0d60cb7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,3 +17,6 @@ clean:
publish:
neocities push build
+
+publish-http:
+ rsync -avh ./build/ hozyro-srv:/var/www/hozyro --delete