From 80ae79d977ba2b61e693b3fac419bb7d49674b37 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Thu, 18 Jun 2026 00:12:28 +0300 Subject: fix: favicon and style, again --- hooks/post-receive | 1 + 1 file changed, 1 insertion(+) (limited to 'hooks/post-receive') diff --git a/hooks/post-receive b/hooks/post-receive index 8ba2d97..8715f3c 100644 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -3,4 +3,5 @@ set -e 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 echo "ugi deployed" -- cgit v1.2.3