added rsync deploy
This commit is contained in:
parent
1fa39a180f
commit
c7d3874daf
0
.gitmodules
vendored
0
.gitmodules
vendored
11
deploy.sh
Executable file
11
deploy.sh
Executable 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
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user