From 04388f145c8a5d1eb31daf7240eb3a256f37d7be Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Tue, 17 Dec 2024 01:38:19 +0100 Subject: Add icons --- deploy.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index ea4fcfc..23ae8fa 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,9 +1,6 @@ #!/bin/sh -USER=chad -HOST=fedang.net +SERVER=polaris DIR=/var/www/html -hugo && rsync -avz --delete public/ --exclude=/.well-known ${USER}@${HOST}:${DIR} -# this will delete everything on the server that's not in the local public folder - +hugo && rsync -avz --delete public/ --exclude=/.well-known $SERVER:${DIR} -- cgit v1.2.3