cronyakatsuki.xyz/build.sh
2024-01-13 19:40:28 +01:00

6 lines
100 B
Bash
Executable File

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