From 7c1d49570f36bd334fd0a11f87a3d200bf5480df Mon Sep 17 00:00:00 2001 From: emkael Date: Fri, 1 Nov 2019 00:18:24 +0100 Subject: Syncing symlinks to remote (as copies) --- bin/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/deploy.sh') diff --git a/bin/deploy.sh b/bin/deploy.sh index dafc4bf..4229af4 100755 --- a/bin/deploy.sh +++ b/bin/deploy.sh @@ -1,7 +1,7 @@ #!/bin/bash LOCALPATH=$1 DEPLOYPATH=`cat config/deploy-path` -RSYNCOPTS='-urpP --delete --exclude=.menu.html' +RSYNCOPTS='-urpP --delete --copy-links --exclude=.menu.html' if [ -s config/deploy-pass ] then sshpass -f config/deploy-pass rsync $RSYNCOPTS $LOCALPATH/ $DEPLOYPATH -- cgit v1.2.3