startpage/build.sh
2022-12-14 18:48:57 +01:00

4 lines
123 B
Bash
Executable File

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