From 5d7d5e6b544c59e905702691f00b312412d86638 Mon Sep 17 00:00:00 2001 From: streaper2 Date: Wed, 26 Aug 2026 08:10:16 +0200 Subject: [PATCH] ci: fix node container --- .gitea/workflows/deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 24b56960..cf584714 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -11,7 +11,9 @@ jobs: runs-on: docker steps: - name: 📥 Récupération du code - uses: actions/checkout@v4 + run: | + echo "📥 Récupération du code..." + git clone --depth 1 --branch ${{ github.ref_name }} "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@git.kevlar.cloud/${{ github.repository }}.git" . - name: 🚀 Build et Déploiement Docker run: |