Site update

This commit is contained in:
CronyAkatsuki 2024-01-13 19:40:28 +01:00
parent d0a1fb7228
commit 7a023a0b98

View File

@ -1,5 +1,5 @@
hugo
rsync -rP --delete public/* server:/var/www/site
rsync -rP --delete public/ server:/var/www/site
git add .
git commit -m "Site update"
git push