cronyakatsuki.xyz/build.sh

6 lines
108 B
Bash
Raw Normal View History

2023-10-05 21:05:32 +02:00
hugo
rsync -arP --delete public/* root@server:/var/www/site
git add .
git commit -m "Site rebuild"
git push