diff --git a/deployment-scripts/GUIDE_MISE_A_JOUR.md b/deployment-scripts/GUIDE_MISE_A_JOUR.md index c29e97e..302b97d 100644 --- a/deployment-scripts/GUIDE_MISE_A_JOUR.md +++ b/deployment-scripts/GUIDE_MISE_A_JOUR.md @@ -120,7 +120,7 @@ sudo cp /tmp/.env.backup /var/www/formation-manager-itinova/.env ```bash cd /var/www/formation-manager-itinova -sudo pnpm install --prod +sudo pnpm install ``` ### 7. Appliquer les migrations diff --git a/deployment-scripts/update-app.sh b/deployment-scripts/update-app.sh index e25f81f..64049df 100755 --- a/deployment-scripts/update-app.sh +++ b/deployment-scripts/update-app.sh @@ -120,7 +120,7 @@ if ! command -v pnpm &> /dev/null; then fi echo "Installation des dépendances..." -pnpm install --prod +pnpm install echo -e "${GREEN}✓ Dépendances installées${NC}" # 8. Appliquer les migrations de base de données diff --git a/formation-manager-update-20251127_095935.tar.gz b/formation-manager-update-20251127_095935.tar.gz deleted file mode 100644 index fb96435..0000000 Binary files a/formation-manager-update-20251127_095935.tar.gz and /dev/null differ diff --git a/formation-manager-update-20251127_114306.tar.gz b/formation-manager-update-20251127_114306.tar.gz new file mode 100644 index 0000000..e9643b1 Binary files /dev/null and b/formation-manager-update-20251127_114306.tar.gz differ diff --git a/todo.md b/todo.md index bf74e4f..27e0537 100644 --- a/todo.md +++ b/todo.md @@ -722,3 +722,9 @@ - [x] Corriger SERVICE_NAME dans tous les fichiers - [x] Corriger la documentation (GUIDE_MISE_A_JOUR.md et README.md) - [x] Recréer le package de déploiement (formation-manager-update-20251127_095935.tar.gz) + +## Bug drizzle-kit not found + +- [x] Corriger update-app.sh pour installer toutes les dépendances (pas seulement --prod) +- [x] Corriger GUIDE_MISE_A_JOUR.md +- [x] Recréer le package de déploiement (formation-manager-update-20251127_114306.tar.gz)