fix CODEBASE_ROOT for content deploy.sh
This commit is contained in:
parent
f345415930
commit
49835fc453
@ -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!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user