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: |