This commit is contained in:
2026-01-27 20:37:55 +01:00
parent c4fd1e880a
commit 9f44605ed2
25 changed files with 839 additions and 43 deletions

View File

@@ -0,0 +1,34 @@
# Déploiement
Décrit les environnements et le processus de déploiement.
---
## Légende des zones
- `<A REMPLIR - PROJET> (exemple: à personnaliser — a supprimer)` : à compléter par toi selon le projet.
- `<A COMPLETER PAR AGENT>` : à compléter par un agent spécialisé DevOps.
---
## 1. Environnements
- Local : <A COMPLETER PAR AGENT>
- Staging (pré-production) : <A COMPLETER PAR AGENT>
- Production : <A COMPLETER PAR AGENT>
## 2. Pipeline CI/CD
- Étapes : <A COMPLETER PAR AGENT>
- Stratégie de release : <A COMPLETER PAR AGENT>
## 3. Configuration
- Variables denvironnement : <A COMPLETER PAR AGENT>
- Secrets : <A COMPLETER PAR AGENT>
## 4. Migrations
- Stratégie : <A COMPLETER PAR AGENT>
- Rollback (retour arrière) : <A COMPLETER PAR AGENT>
---
## Exemple (a supprimer)
- CI/CD : tests -> build -> déploiement.
- Release : tag git + changelog.