]> git.zndr.dk Git - vuepress.git/commitdiff
Update location of website
authorJannik ZANDER <jzander@grundfos.com>
Thu, 23 Jul 2020 22:06:30 +0000 (00:06 +0200)
committerJannik ZANDER <jzander@grundfos.com>
Thu, 23 Jul 2020 22:06:30 +0000 (00:06 +0200)
deploy.sh

index f97843f0675a6c938c6d8c2a1704cec2157e0587..3a4ad80ffe80a3e813af4721c756b83cd2618940 100755 (executable)
--- a/deploy.sh
+++ b/deploy.sh
@@ -1,7 +1,7 @@
 #!/usr/bin/env sh
 
 rootdir=`git rev-parse --show-toplevel`
-htmldir=$HOME/projects/website
+htmldir=/var/www/jaz/html
 
 # abort on errors
 set -e
@@ -14,7 +14,6 @@ git rm -rf .
 git clean -fxd
 git reset
 mv $rootdir/build/* .
-rmdir $rootdir/build
 echo "Pushing files..."
 git checkout master
 git add -A && git commit -m"Site updated"