]> git.zndr.dk Git - vuepress.git/commitdiff
new path to website
authorJannik ZANDER <jzander@grundfos.com>
Fri, 24 Jul 2020 04:56:26 +0000 (06:56 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Fri, 24 Jul 2020 04:56:26 +0000 (06:56 +0200)
deploy.sh

index 3a4ad80ffe80a3e813af4721c756b83cd2618940..3256314c0c176e5aa53dcc8d4dc9a836cb5757d8 100755 (executable)
--- 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