Mise à jour de 'README.md'

This commit is contained in:
Grégory Lebreton 2025-04-02 10:37:32 +02:00
parent 7329d16ee3
commit d723b31563

View File

@ -21,12 +21,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
```
@ -44,7 +44,7 @@ exemple pour l'utilisateur greg avec un projet portfolio:
## DEPUBLICATION
1. Basculer sur une autre branche que deploy :
1. Basculer sur une autre branche que `deploy` :
```bash
git checkout main
```