cronyakatsuki.xyz/build.sh
2023-10-06 19:04:36 +02:00

6 lines
107 B
Bash
Executable File

hugo
rsync -arP --delete public/* root@server:/var/www/site
git add .
git commit -m "Site update"
git push