update push

This commit is contained in:
2024-09-09 20:54:34 -04:00
parent 15d9ebe788
commit fbed26ba17
3 changed files with 7 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ set -e
hugo --minify
rsync -avz --delete public/ server-public:/srv/http/ \
rsync -avz --delete public/ server-public:/mnt/services/http/ \
--exclude={"/ytbn", "/hdr_plus", "/caddy"}
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \
rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/mnt/services/http/ytbn/ \
--exclude={".git"}