diff --git a/push.sh b/push.sh index 126ba78..2c7cc5a 100755 --- a/push.sh +++ b/push.sh @@ -3,7 +3,7 @@ hugo --minify rsync -avz --delete public/ server-public:/srv/http/ \ - --exclude={"/ytbn", "/hdr_plus/*.zip"} + --exclude={"/ytbn", "/hdr_plus", "/caddy"} rsync -avz --delete ~/projects/titaniumtown.github.io/ server-public:/srv/http/ytbn/ \ --exclude=".git"