From 66845e7b14b71e8ade0fb673f9bcce64d415acda Mon Sep 17 00:00:00 2001 From: wires Date: Wed, 13 Aug 2025 13:15:21 -0400 Subject: changes for new vps --- deploy.sh | 2 +- hugo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.sh b/deploy.sh index 14ffd20..345e8b4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -4,4 +4,4 @@ rm -rf ./public hugo --minify || exit $? gzip --best -rk public || exit $? fd . public -tf -E '*.gz' -x brotli -k {} || exit $? -rsync -rvz --delete ./public/ wires.systems:/var/www/html +rsync -rvz --delete ./public/ wires@wires.systems:/srv/www/ diff --git a/hugo.toml b/hugo.toml index 0d5a4e0..470b2fa 100644 --- a/hugo.toml +++ b/hugo.toml @@ -38,4 +38,4 @@ summaryLength = 10 [[menu.main]] name = "git" - url = "https://git.wires.systems/wires" + url = "https://git.wires.systems" -- cgit 1.4.1