From e7ec11416017328dc4f8861f712479ef92c1c6a9 Mon Sep 17 00:00:00 2001 From: Yann Michel Date: Fri, 19 Sep 2025 09:07:03 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9717a37..630dd53 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,9 +31,9 @@ deploy-job: ## Set the git user name and email - git config --global user.email "bender@ctisante.com" - git config --global user.name "bender" - script: - - echo "Initializing Git..." - git remote add gitea git@gitea.ctisante.com:cti/pmsi-gitlab.git + script: - echo "Pushing to Public Repo..." + - git branch - git push -f gitea main:master - - echo "Application pushed." \ No newline at end of file + - echo "PMSI module pushed." \ No newline at end of file