# Solution to
# remote: fatal: not a git repository: '.'
unset GIT_DIR
cd /var/lib/forgejo/website
git pull
git submodule update
# Manually copy static since btrfs COW is super fast
rm -r /srv/http/www
cp -r static /srv/http/www
hugo --destination /srv/http/www