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