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