From c7d3874daf1bea5fc45c096d8dfa9000a30b6cbe Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Thu, 28 Mar 2024 18:33:47 +0300 Subject: [PATCH] added rsync deploy --- .gitmodules | 0 deploy.sh | 11 +++++++++++ static/humans.txt | 7 +++++-- 3 files changed, 16 insertions(+), 2 deletions(-) delete mode 100644 .gitmodules create mode 100755 deploy.sh diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index e69de29..0000000 diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..bc45c56 --- /dev/null +++ b/deploy.sh @@ -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 diff --git a/static/humans.txt b/static/humans.txt index ec14cfa..476ecde 100644 --- a/static/humans.txt +++ b/static/humans.txt @@ -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