From: Jannik ZANDER Date: Fri, 24 Jul 2020 04:56:26 +0000 (+0200) Subject: new path to website X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=9c371b8d7991b2a786a36aa8d6d0656c73e80f62;p=vuepress.git new path to website --- diff --git a/deploy.sh b/deploy.sh index 3a4ad80..3256314 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,7 +1,7 @@ #!/usr/bin/env sh rootdir=`git rev-parse --show-toplevel` -htmldir=/var/www/jaz/html +htmldir=$rootdir/../website # abort on errors set -e