fix CODEBASE_ROOT for content deploy.sh

This commit is contained in:
Mike Liao 2024-10-29 20:15:48 -07:00
parent f345415930
commit 49835fc453

View File

@ -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!