startpage/build.sh
2024-03-06 11:31:20 +01:00

5 lines
113 B
Bash
Executable File

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