From ffb9026f381cfd62212e39cb26ca85f4dde20f34 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Tue, 5 Dec 2023 20:47:56 +0100 Subject: [PATCH] Site update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 10c100b..b8fc0da 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ hugo -rsync -arP --delete public/* root@server:/var/www/site +rsync -arP --delete public/* server:/var/www/site git add . git commit -m "Site update" git push