From f04e4bfc26980ded6ec1907979ec49244b1b3ac8 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Sat, 14 Oct 2023 00:06:50 -0400 Subject: [PATCH] excludes --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"