From 970ba135688a42783cb5b953d845cc3c12609da7 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Fri, 4 Oct 2024 10:12:50 -0400 Subject: [PATCH] update push.sh --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}