From 3724daebc7dec4fb7bd159b01ce0a662b4357fb8 Mon Sep 17 00:00:00 2001 From: Yann Michel Date: Fri, 19 Sep 2025 09:01:46 +0000 Subject: [PATCH] =?UTF-8?q?Mettre=20=C3=A0=20jour=20le=20fichier=20.gitlab?= =?UTF-8?q?-ci.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33c9d0a..9717a37 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,5 +35,5 @@ deploy-job: - echo "Initializing Git..." - git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git - echo "Pushing to Public Repo..." - - git push -f gitea master + - git push -f gitea main:master - echo "Application pushed." \ No newline at end of file