startpage/build.sh
2023-06-17 19:55:15 +02:00

5 lines
113 B
Bash
Executable File

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