Update startpage.

This commit is contained in:
CronyAkatsuki 2024-03-06 11:42:25 +01:00
parent 54057a417b
commit e42c28803f

View File

@ -1,4 +1,4 @@
rsync -vpP --delete public/ server:/var/www/startpage
rsync -rP --delete public/ server:/var/www/startpage
git add .
git commit -m "Update startpage."
git push