From: Jannik ZANDER Date: Thu, 23 Jul 2020 22:06:30 +0000 (+0200) Subject: Update location of website X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=874080312ef78f858307f8f3345c593fe1809c4b;p=vuepress.git Update location of website --- diff --git a/deploy.sh b/deploy.sh index f97843f..3a4ad80 100755 --- 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"