From f978cad3f60de6e526acbdb7bacd35ad5d2ed35c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Fri, 15 May 2026 14:40:34 +0400 Subject: [PATCH] deploy: sync branche --- .gitea/workflows/deploy-beta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy-beta.yaml b/.gitea/workflows/deploy-beta.yaml index e2f31be..bb3992f 100644 --- a/.gitea/workflows/deploy-beta.yaml +++ b/.gitea/workflows/deploy-beta.yaml @@ -62,8 +62,9 @@ jobs: set -e cd ${{ secrets.DEPLOY_PATH }} - echo "==> Pull branche dev" - git pull origin dev + echo "==> Synchronisation branche dev" + git fetch origin dev + git reset --hard origin/dev echo "==> Redémarrage Directus" docker compose restart directus