From f9eeb1a0e64b22f7a895fde2085c1911ee4e8654 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Mon, 6 May 2024 18:07:37 +0200 Subject: [PATCH] Update startpage. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bb18c23..880828f 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -rsync -rP --delete public/ server:/var/www/startpage +rsync -rP --delete public/ dedi:/var/www/startpage git add . git commit -m "Update startpage." git push