From 219e8df12e566a898c3a3a3aea0db72a66b5d75b Mon Sep 17 00:00:00 2001 From: cvancau Date: Sun, 9 Aug 2026 15:19:38 +0200 Subject: [PATCH] Actualiser .gitea/workflows/deploy.yml --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 95ca6ea..e26fcd9 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -16,11 +16,11 @@ jobs: run: | echo "Démarrage de la connexion et réplication forcée..." - ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /root/.ssh/id_home root@home.mesdonneesadministratives.fr " + ssh -o StrictHostKeyChecking=no -o BatchMode=yes -i /root/.ssh/id_home root@git.mesdonneesadministratives.fr " cd /opt/alapatch && echo '=> [1/4] Redéfinition du remote vers Gitea...' && - git remote set-url origin https://mesdonneesadministratives.fr || git remote add origin https://mesdonneesadministratives.fr && + git remote set-url origin https://mesdonneesadministratives.fr || git remote add origin https://git.mesdonneesadministratives.fr && echo '=> [2/4] Nettoyage et Synchronisation...' && git fetch --all &&