From dab38cbc99ad4e4d49ea3c1ef21d0a79c5cd4357 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 18 Jun 2026 00:39:44 +0300 Subject: fix: hook issue --- hooks/post-receive | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) (limited to 'hooks') diff --git a/hooks/post-receive b/hooks/post-receive index 8715f3c..2703da0 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -4,4 +4,50 @@ cd /home/git/build/ugi python3 web/scripts/gen_tool.py spec/ugi_registry_v0.json /var/www/ugi.gumx.cc/index.html rsync -rlptD fonts/ /var/www/ugi.gumx.cc/fonts/ cp web/favicon.svg /var/www/ugi.gumx.cc/favicon.svg +cat > /var/www/ugi.gumx.cc/404.html <<'HTMLEOF' + + + + + + +404 not found + + + +
+

gumx

+
+
+

404 not found.

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