aboutsummaryrefslogtreecommitdiffstats
path: root/hooks/post-receive
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-14 16:40:51 +0300
committerAhmed <git@gumx.cc>2026-06-14 16:40:51 +0300
commit98b5211958fcf4ee992efb80c83c452de094f9d4 (patch)
tree9e733ab2871e4d04f3e185b3373c122905135670 /hooks/post-receive
parent3296eee590f795022dfae49567860270af5c6d51 (diff)
add: hooks and other vibed edits
Diffstat (limited to 'hooks/post-receive')
-rw-r--r--hooks/post-receive6
1 files changed, 6 insertions, 0 deletions
diff --git a/hooks/post-receive b/hooks/post-receive
new file mode 100644
index 0000000..64026a7
--- /dev/null
+++ b/hooks/post-receive
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+cd /home/git/build/webring
+bash wr build
+rsync -rlptD --delete public/ /var/www/webring.gumx.cc/
+echo "webring deployed"