startpage/build.sh
2024-03-06 11:36:58 +01:00

5 lines
109 B
Bash
Executable File

rsync -ruvpP --delete public/ server:/var/www/startpage
git add .
git commit -m "Update startpage."
git push