From e16317b320c58e0fab263df811baee16bcc43a49 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Thu, 23 Apr 2026 01:05:38 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20corrige=20le=20chemin=20d'acc=C3=A8s=20a?= =?UTF-8?q?u=20r=C3=A9pertoire=20de=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 31d98ec..d0bcd13 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Deploy on server run: | - cd /srv/apps/flint + cd /srv/apps/Flint echo "Pull latest code" git pull origin main