From d723b31563b38eb73e6e99f6005a811e19d17897 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Lebreton?= Date: Wed, 2 Apr 2025 10:37:32 +0200 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c431445..612686b 100644 --- a/README.md +++ b/README.md @@ -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 ```