[Project] fix createBundle.sh

This commit is contained in:
Robert von Burg 2018-02-21 16:15:46 +01:00
parent 4682689a81
commit 73355e4144
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ fi
bundle_name="${projectName}-${projectVersion}"
workDir="${ROOT}/target/${bundle_name}"
DIST_STROLCH="/var/www/eitch/strolch.li/dist/${projectVersion}"
DIST_STROLCH="/opt/www/eitch/strolch.li/dist/${projectVersion}"
DEPLOY_SERVER="hosting.eitchnet.ch"
echo "INFO: Creating bundle ${bundle_name}"