Skip to content

Commit 5ad0f34

Browse files
committed
ma bite
1 parent 85d234f commit 5ad0f34

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

DEPLOYEMENT_CI.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Déploiement automatisé avec CI/CD
2+
3+
Ce document décrit la configuration du déploiement automatisé.
4+
5+
## Pipeline CI/CD
6+
7+
Notre application utilise GitHub Actions pour automatiser le déploiement.
8+
9+
## Configuration requise
10+
11+
- Secrets GitHub pour les credentials Docker Hub
12+
- Secrets GitHub pour l'accès SSH au serveur
13+
14+
## Étapes du pipeline
15+
16+
1. Compilation et tests
17+
2. Construction de l'image Docker
18+
3. Push vers Docker Hub
19+
4. Déploiement automatique en production

0 commit comments

Comments
 (0)