ci: changement host docker
Deploy Backendia / deploy (push) Canceled after 0s

This commit is contained in:
streaper2
2026-08-26 08:05:22 +02:00
parent 1b2310b12b
commit 4437a1f436
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -7,7 +7,8 @@ on:
jobs:
deploy:
runs-on: ubuntu-latest
# Utilise directement l'environnement du runner (qui est en network_mode: host)
runs-on: host
steps:
- name: 📥 Récupération du code
uses: actions/checkout@v4