From 70efaf77d6c61c8289aaf1001a5e25f5d8a1dca3 Mon Sep 17 00:00:00 2001 From: Brad Treloar Date: Sat, 1 Nov 2025 21:59:54 +1030 Subject: [PATCH] Update push script --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 6cb6de7..b308f35 100755 --- a/push.sh +++ b/push.sh @@ -2,4 +2,4 @@ cd astro npm run astro build -rsync -a dist/* raspberrypi:/var/www/html/notes/astro/dist +rsync -a dist/* raspberrypi:/srv/notes/astro/dist