From e51fc7c71c432bc2c435eed66b4bbf22f12b0a5f Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Sat, 17 Jun 2023 19:55:15 +0200 Subject: [PATCH] Update startpage. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b36247a..6d47a4b 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -rsync -auP --delete public/* banir@cronyakatsuki.xyz:/var/www/startpage +rsync -auP --delete public/* root@server:/var/www/startpage git add . git commit -m "Update startpage." git push