cronyakatsuki.xyz/build.sh
2025-07-02 10:45:43 +02:00

5 lines
103 B
Bash
Executable file

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