From c6ed8d2700dff7ba08841a8a168c51e303cbe696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Thu, 7 Dec 2023 14:26:12 +0200 Subject: [PATCH] upgrade hugo and change the destination endpoint --- scripts/build | 2 +- scripts/upload | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build b/scripts/build index 43e439a..29fc728 100755 --- a/scripts/build +++ b/scripts/build @@ -2,7 +2,7 @@ set -xeuo pipefail cd "$(git rev-parse --show-toplevel)" -hugo --cleanDestinationDir --printPathWarnings --panicOnWarning --log +hugo --cleanDestinationDir --printPathWarnings --panicOnWarning cd public diff --git a/scripts/upload b/scripts/upload index 1549e35..80dd74a 100755 --- a/scripts/upload +++ b/scripts/upload @@ -2,4 +2,4 @@ set -xeuo pipefail cd "$(git rev-parse --show-toplevel)" -rsync --info=progress2 -a --partial --delete public/ jakstys.lt:/var/www/jakstys.lt/ +rsync --info=progress2 -a --partial --delete public/ 100.89.176.4:/var/www/jakstys.lt/