35 lines
885 B
Markdown
35 lines
885 B
Markdown
# 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 d’environnement : <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.
|