update exclude dir

This commit is contained in:
Alexander Popov 2024-04-27 22:46:02 +03:00
parent 4b0fefcb82
commit c2ad307c50
Signed by: iiiypuk
GPG Key ID: E47FE0AB36CD5ED6
1 changed files with 2 additions and 1 deletions

View File

@ -3,9 +3,10 @@
IN=./public/
DIR=Sites/iiiypuk.me/www/
./hugo && rsync -avz --delete \
hugo && rsync -avz --delete \
--exclude 'ytcg' \
--exclude 'chola' \
--exclude 'y' \
${IN} kvm5:~/${DIR}
exit 0