From 0c1201c4447293ef819285d99b95be9a5be9cedf Mon Sep 17 00:00:00 2001 From: tdback Date: Thu, 16 Jan 2025 20:11:14 -0500 Subject: fix: changed server name --- deploy.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index f705868..e669a97 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,5 +1,5 @@ #!/bin/sh -# deploy.sh: Generate and deploy files to the 'hive' web server. +# deploy.sh: Generate and deploy files to the 'thor' web server. -hugo && rsync -avz --delete public/ hive:/var/www/tdback.net/ +hugo && rsync -avz --delete public/ thor:/var/www/tdback.net/ -- cgit v1.2.3