From 05195d7b8f24ce136e367d3e4b2522fef8915085 Mon Sep 17 00:00:00 2001 From: Yann Michel Date: Fri, 19 Sep 2025 09:12:09 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 44ad307..8d6feb8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,6 +34,6 @@ deploy-job: - git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git script: - echo "Pushing to Public Repo..." - - git branch - - git push -f gitea master + - git branch deploy + - git push -f gitea deploy:master - echo "PMSI module pushed." \ No newline at end of file