ci: fix node container
Deploy Backendia / deploy (push) Successful in 1m22s

This commit is contained in:
streaper2
2026-08-26 08:10:16 +02:00
parent bc77462c27
commit 5d7d5e6b54
+3 -1
View File
@@ -11,7 +11,9 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: 📥 Récupération du code - 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 - name: 🚀 Build et Déploiement Docker
run: | run: |