Anpassen der Repo URL von Mailwolt
parent
8cad8eceb8
commit
2b55c46c28
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue