aboutsummaryrefslogtreecommitdiffstats
path: root/hooks/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'hooks/post-receive')
-rw-r--r--hooks/post-receive1
1 files changed, 1 insertions, 0 deletions
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"