[Project] Changed deployment folder

This commit is contained in:
Robert von Burg 2016-07-05 11:14:07 +02:00
parent 56dc15ca35
commit 1230841b58
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,10 @@ fi
if [ "$(hostname -f)" == "${DEPLOY_SERVER}" ] ; then
echo "INFO: Publishing..."
if ! mkdir ${DIST_STROLCH} ; then
echo "ERROR: Failed to create dist ${DIST_STROLCH}"
exit 1
fi
if ! cp ${workDir}/* "${DIST_STROLCH}" ; then
echo "ERROR: Failed to publish packages."
exit 1