Browse Source

deploy

master
FlorianEisenmenger 1 week ago
parent
commit
fb673e0979
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      httpdocs/deploy.sh

+ 1
- 1
httpdocs/deploy.sh View File

@@ -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..."


Loading…
Cancel
Save