cronyakatsuki.xyz/build.sh
2023-12-05 20:47:56 +01:00

6 lines
102 B
Bash
Executable File

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