Parcourir la source

deploy

master
FlorianEisenmenger il y a 1 semaine
Parent
révision
fb673e0979
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      httpdocs/deploy.sh

+ 1
- 1
httpdocs/deploy.sh Voir le fichier

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


Chargement…
Annuler
Enregistrer