diff options
| author | Ahmed <git@gumx.cc> | 2026-06-18 00:12:28 +0300 |
|---|---|---|
| committer | Ahmed <git@gumx.cc> | 2026-06-18 00:12:28 +0300 |
| commit | 80ae79d977ba2b61e693b3fac419bb7d49674b37 (patch) | |
| tree | 1448bac722a87a30c43ccbe2f80234fb17072b72 /hooks/post-receive | |
| parent | 5aafd61fceab19aff4b081574260bc5b12fbd912 (diff) | |
fix: favicon and style, again
Diffstat (limited to 'hooks/post-receive')
| -rw-r--r-- | hooks/post-receive | 1 |
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" |
