added rsync deploy

This commit is contained in:
Alexander Popov 2024-03-28 18:33:47 +03:00
parent 1fa39a180f
commit c7d3874daf
3 changed files with 16 additions and 2 deletions

0
.gitmodules vendored
View File

11
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

View File

@ -1,6 +1,9 @@
/* SITE */
Last Updated: Tue Sep 03 12:39 AM MSK 2022
Components: Hugo, Bootstrap 5.2.0
Last Updated: Thu Mar 28 2024
Components:
Hugo
Bootstrap 5.3.3
Ubuntu font family
/* TEAM */
Chef: Alexander Popov