From 2da7a420219e97ccf091c9213f26e2a28e029142 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 4 Mar 2025 01:16:06 -0500 Subject: Update blog theme --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 05c2b51..70b774e 100755 --- a/deploy.sh +++ b/deploy.sh @@ -2,7 +2,7 @@ set -e cd "$(dirname "$0")" -git submodule update --init +git submodule update --init --recursive hugo -rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ blog@lambda.cx:/var/www/htdocs/blog.lambda.cx/ +rsync -va --progress --delete --rsync-path="/usr/bin/openrsync" public/ dante@lambda.cx:/var/www/htdocs/blog.lambda.cx/ rm -r public -- cgit v1.2.3