summaryrefslogtreecommitdiff
path: root/bin/deploy.sh
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2020-02-06 18:06:07 +0100
committeremkael <emkael@tlen.pl>2020-02-06 18:12:02 +0100
commit3bb69a6ba4a8f6ed235556641a5584cb20fa097e (patch)
treed3d265297d71ea54431f8d604f1fc2c685b8adb9 /bin/deploy.sh
parent0bc3f285e8701989e2727eddbb21d3a1840841f2 (diff)
Automatically generating index.html symlink
Diffstat (limited to 'bin/deploy.sh')
-rwxr-xr-xbin/deploy.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/deploy.sh b/bin/deploy.sh
index 4229af4..f121698 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 --copy-links --exclude=.menu.html'
+RSYNCOPTS='-urpP --delete --links --exclude=.menu.html'
if [ -s config/deploy-pass ]
then
sshpass -f config/deploy-pass rsync $RSYNCOPTS $LOCALPATH/ $DEPLOYPATH