From f3c81767339dd44b3370dfd90810fc2fb4eb0853 Mon Sep 17 00:00:00 2001 From: Kerboul Date: Thu, 3 Apr 2025 16:13:00 +0200 Subject: [PATCH] =?UTF-8?q?Renommage=20du=20job=20de=20d=C3=A9ploiement=20?= =?UTF-8?q?dans=20le=20workflow=20pour=20une=20meilleure=20clart=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 eea5452..3bc4ca4 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -4,7 +4,7 @@ on: - main # Déclenche l'action pour la branche principale jobs: - ssh-connect: + system-deploy: runs-on: ubuntu-latest # Utilisation de l'image Ubuntu pour l'environnement de job steps: # Étape 1: Setup SSH