This commit is contained in:
2025-02-28 23:58:29 -05:00
parent 970ba13568
commit b94c2359b7
3 changed files with 32 additions and 3 deletions

View File

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