Ver código fonte

deploy

master
FlorianEisenmenger 1 semana atrás
pai
commit
fb673e0979
1 arquivos alterados com 1 adições e 1 exclusões
  1. +1
    -1
      httpdocs/deploy.sh

+ 1
- 1
httpdocs/deploy.sh Ver arquivo

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


Carregando…
Cancelar
Salvar