Update startpage.

This commit is contained in:
CronyAkatsuki 2022-12-14 18:48:57 +01:00
parent 6072ae0b8d
commit 334691c69f

View File

@ -1,3 +1,4 @@
rsync -auP --delete public/* root@cronyakatsuki.xyz:/var/www/startpage rsync -auP --delete public/* root@cronyakatsuki.xyz:/var/www/startpage
git add . git add .
git commit -m "Update startpage." git commit -m "Update startpage."
git push