fix issues deploy
This commit is contained in:
@@ -88,9 +88,8 @@ jobs:
|
||||
fi
|
||||
|
||||
if [ -z "${PUBLIC_PATH}" ]; then
|
||||
echo "Set DEPLOY_PUBLIC_PATH (shared-hosting document root)."
|
||||
echo "Example: /home/u280815660/domains/home.alrahmaisgl.org/public_html"
|
||||
exit 1
|
||||
PUBLIC_PATH="$(dirname "${APP_PATH}")/public_html"
|
||||
echo "DEPLOY_PUBLIC_PATH is not set; using ${PUBLIC_PATH}"
|
||||
fi
|
||||
|
||||
echo "APP_PATH=${APP_PATH}" >> "$GITHUB_ENV"
|
||||
|
||||
Reference in New Issue
Block a user