From 4301cd0f720aa47056d3bcc7b3d29623fd4e6a85 Mon Sep 17 00:00:00 2001 From: mirage <119869686+ClementBobin@users.noreply.github.com> Date: Thu, 26 Mar 2026 14:37:21 +0100 Subject: [PATCH] fix: ensure production deployment runs on the correct agent --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index f6ae360..4ba731c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -64,7 +64,7 @@ jobs: name: Deploy to Production needs: build if: gitea.ref_name == 'main' - runs-on: ubuntu-latest # l'agent doit ĂȘtre joignable depuis le runner + runs-on: ubuntu-latest steps: - name: Deploy via SSH to PRODUCTION server