Anpassen der Repo URL von Mailwolt

main
boksbc 2025-10-16 10:42:57 +02:00
parent 8cad8eceb8
commit 2b55c46c28
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ mkdir -p "$(dirname "$APP_DIR")"
chown -R "$APP_USER":"$APP_GROUP" "$(dirname "$APP_DIR")"
# Repo holen oder Laravel anlegen passe GIT_REPO/GIT_BRANCH bei Bedarf an
GIT_REPO="${GIT_REPO:-https://example.com/your-repo-placeholder.git}"
GIT_REPO="${GIT_REPO:-https://git.nexlab.at/boban/mailwolt.git}"
GIT_BRANCH="${GIT_BRANCH:-main}"
if [[ "${GIT_REPO}" == "https://example.com/your-repo-placeholder.git" ]]; then