cronyakatsuki.xyz/build.sh

6 lines
101 B
Bash
Executable File

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