From e54a7d3e2c894e94a7175d6184c113fa6765494a Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Sat, 10 May 2025 09:36:12 +0200 Subject: [PATCH] Site update --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 581037a..26b673f 100755 --- a/build.sh +++ b/build.sh @@ -1,5 +1,5 @@ hugo -rsync -rP --delete public/ dedi:/var/www/site +rsync -rP --delete public/ ivek@dedi:/var/www/site git add . git commit -m "Site update" git push