From c9e116e86df306223464efd83bc370d631f48927 Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Wed, 2 Jul 2025 10:46:42 +0200 Subject: [PATCH] Site update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 898006a..79b4bc1 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ hugo -rsync -rP --delete public/ root@odin:/var/www/site +rsync -rP --delete public/ root@odin:/var/lib/website git add . git commit -m "Site update" git push