From 7a023a0b980cd846cfbbdfb6772f735e384ad761 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 13 Jan 2024 19:40:28 +0100 Subject: [PATCH] Site update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3dae094..347e25c 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ hugo -rsync -rP --delete public/* server:/var/www/site +rsync -rP --delete public/ server:/var/www/site git add . git commit -m "Site update" git push