cronyakatsuki.xyz/build.sh
2024-05-06 18:27:21 +02:00

6 lines
98 B
Bash
Executable File

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