startpage/build.sh

5 lines
106 B
Bash
Raw Normal View History

2024-03-06 11:42:25 +01:00
rsync -rP --delete public/ server:/var/www/startpage
2022-12-02 12:27:49 +01:00
git add .
git commit -m "Update startpage."
2023-02-05 18:06:25 +01:00
git push