aboutsummaryrefslogtreecommitdiffstats
path: root/hooks
diff options
context:
space:
mode:
authorAhmed <git@gumx.cc>2026-06-14 16:39:49 +0300
committerAhmed <git@gumx.cc>2026-06-14 16:39:49 +0300
commit9e35e06f9876f26f0c0b5f4f07c339f1ae9eff3f (patch)
tree478ce3aa98143468b94fd4d2b3f53530efd11b11 /hooks
parent8330021018056fe2dd82784e5bd80dafc92b09c0 (diff)
add: hooks and other vibed edits
Diffstat (limited to 'hooks')
-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..4734e3c
--- /dev/null
+++ b/hooks/post-receive
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+cd /home/git/build/ubergeek
+bash build.sh
+rsync -rlptD --delete output/ /var/www/ubergeek.gumx.cc/
+echo "ubergeek deployed"