diff --git a/sites/content/deploy/deploy.sh b/sites/content/deploy/deploy.sh index af33080..8a7f029 100755 --- a/sites/content/deploy/deploy.sh +++ b/sites/content/deploy/deploy.sh @@ -27,7 +27,7 @@ fi if git rev-parse --git-dir > /dev/null 2>&1; then # git repo! GIT_REPO_ROOT=$(git rev-parse --show-toplevel) - CODEBASE_ROOT=$GIT_REPO_ROOT/apps/$APP_NAME + CODEBASE_ROOT=$GIT_REPO_ROOT/app/$APP_NAME WORKING_DIR=$GIT_REPO_ROOT/sites/$APP_NAME/deploy else # NOT a git repo!