startpage/build.sh

5 lines
125 B
Bash
Raw Normal View History

2023-02-05 18:06:25 +01:00
rsync -auP --delete public/* banir@cronyakatsuki.xyz:/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