cronyakatsuki.xyz/build.sh

6 lines
98 B
Bash
Raw Permalink Normal View History

2023-10-05 21:05:32 +02:00
hugo
2024-05-06 18:27:21 +02:00
rsync -rP --delete public/ dedi:/var/www/site
2023-10-05 21:05:32 +02:00
git add .
2023-10-06 19:04:36 +02:00
git commit -m "Site update"
2023-10-05 21:05:32 +02:00
git push