startpage/build.sh
2023-02-05 18:06:25 +01:00

5 lines
125 B
Bash
Executable File

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