Mise à jour de 'README.md'

This commit is contained in:
Grégory Lebreton 2025-03-30 12:23:02 +02:00
parent f00535415e
commit accc22f1f4

View File

@ -19,12 +19,12 @@ Pour plus d'informations: [https://docs.legaragenumerique.xyz/divers/devops/cicd
## PUBLICATION
1. Créer la branche deploy :
1. Créer la branche `deploy` :
```bash
git checkout -b deploy
```
2. Pousser la branche deploy :
2. Pousser la branche `deploy` :
```bash
git push origin -u deploy
```
@ -38,7 +38,7 @@ exemple pour l'utilisateur greg avec un projet portfolio:
## MISE A JOUR
- Pour mettre à jour son projet, pousser les updates sur la branche deploy
- Pour mettre à jour son projet, pousser les updates sur la branche `deploy`
## DEPUBLICATION