From d35f4e8113a2b20eb80133b106c10f9f1ef089cd Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 18 Jun 2026 00:39:02 +0300 Subject: fix: hook issue --- hooks/post-receive | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'hooks/post-receive') diff --git a/hooks/post-receive b/hooks/post-receive index 4734e3c..f1f49d0 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -3,4 +3,50 @@ set -e cd /home/git/build/ubergeek bash build.sh rsync -rlptD --delete output/ /var/www/ubergeek.gumx.cc/ +cat > /var/www/ubergeek.gumx.cc/404.html <<'HTMLEOF' + + + + + + +404 not found + + + +
+

gumx

+
+
+

404 not found.

+
+ + + +HTMLEOF echo "ubergeek deployed" -- cgit v1.2.3