From 9b11f0e998baf3cc06838c54f80076c8ba9f05dd Mon Sep 17 00:00:00 2001 From: Manus Date: Fri, 10 Jul 2026 21:40:37 -0400 Subject: [PATCH] CI/CD: Suppression actions/checkout (runner host sans Node.js) --- .gitea/workflows/deploy-prod.yml | 3 --- .gitea/workflows/deploy-recette.yml | 3 --- 2 files changed, 6 deletions(-) diff --git a/.gitea/workflows/deploy-prod.yml b/.gitea/workflows/deploy-prod.yml index 57f13a4..015abde 100644 --- a/.gitea/workflows/deploy-prod.yml +++ b/.gitea/workflows/deploy-prod.yml @@ -9,9 +9,6 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Deploy on production server run: | cd /opt/manus-deploy/apps/veille-reglementaire diff --git a/.gitea/workflows/deploy-recette.yml b/.gitea/workflows/deploy-recette.yml index f527f2d..132eaab 100644 --- a/.gitea/workflows/deploy-recette.yml +++ b/.gitea/workflows/deploy-recette.yml @@ -9,9 +9,6 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - name: Checkout - uses: actions/checkout@v4 - - name: Deploy on recette server run: | cd /opt/manus-deploy/apps/veille-reglementaire