startpage/build.sh
2024-05-06 18:07:37 +02:00

5 lines
104 B
Bash
Executable File

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