move deploy.sh

This commit is contained in:
2024-03-28 18:54:40 +03:00
parent 60516347b0
commit 37667afd04

11
scripts/deploy.sh Executable file
View File

@ -0,0 +1,11 @@
#!/bin/sh
IN=./public/
DIR=Sites/iiiypuk.me/www/
./hugo && rsync -avz --delete \
# --exclude 'test' \
# --exclude 'file.txt' \
${IN} kvm5:~/${DIR}
exit 0