From fb673e0979ea5879a54e2c3a25d09d74e4b9bfdd Mon Sep 17 00:00:00 2001 From: FlorianEisenmenger Date: Mon, 25 May 2026 22:01:50 +0200 Subject: [PATCH] deploy --- httpdocs/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httpdocs/deploy.sh b/httpdocs/deploy.sh index c22ee6d..aec819f 100644 --- a/httpdocs/deploy.sh +++ b/httpdocs/deploy.sh @@ -43,7 +43,7 @@ rsync -av --delete \ # ── 3. Composer Dependencies installieren ───────────────────────────── echo "⏳ [3/7] Composer install..." cd "$APP_DIR" -"$PHP" "$COMPOSER" install --no-dev --optimize-autoloader --no-interaction +"$PHP" "$COMPOSER" install --no-dev --optimize-autoloader --no-interaction --no-scripts # ── 4. Central-Migrationen ausführen ────────────────────────────────── echo "⏳ [4/7] Central-Migrationen..."