diff --git a/push.sh b/push.sh index d7c5516..3bbad84 100755 --- a/push.sh +++ b/push.sh @@ -7,5 +7,5 @@ hugo --minify rsync -avz --delete public/ server-public:/tank/services/http/ \ --exclude={"/ytbn", "/hdr_plus", "/caddy"} -rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/ \ +rsync -avz --delete ~/projects/integral_site/titaniumtown.github.io/ server-public:/tank/services/http/ytbn/ \ --exclude={".git"}