From 34811a40a1731917dd28505ed779e3f64491158a Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Fri, 28 Mar 2025 23:49:52 +1030 Subject: [PATCH] Use rsync to push build files --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index e7a5a2d..9a2f6a8 100755 --- a/push.sh +++ b/push.sh @@ -2,4 +2,4 @@ cd hugo hugo -scp -r public/* raspberrypi:/var/www/html/notes/hugo/public +rsync -a public/* raspberrypi:/var/www/html/notes/hugo/public