This commit is contained in:
2024-09-29 15:07:31 -04:00
parent fbed26ba17
commit fc5f92d42f
2 changed files with 6 additions and 2 deletions

View File

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