From 8c75bb0e82a3c1d0cc3ec2a7ebe7811ea1ad0d3f Mon Sep 17 00:00:00 2001 From: Nebulae Date: Mon, 6 Apr 2026 15:10:45 +0200 Subject: [PATCH] fix(rollback fixing gitea issue) --- .gitea/workflows/deploy-preprod.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.gitea/workflows/deploy-preprod.yml b/.gitea/workflows/deploy-preprod.yml index 11d20f3..22570b0 100644 --- a/.gitea/workflows/deploy-preprod.yml +++ b/.gitea/workflows/deploy-preprod.yml @@ -13,19 +13,6 @@ jobs: image: nebulaed/php83-node22 steps: - - name: Debug réseau container - run: | - echo "=== Résolution DNS ===" - cat /etc/hosts | grep nebulabs - - echo "=== Test connexion directe IP ===" - curl -v --max-time 10 -k https://192.168.1.41 2>&1 | head -30 - - echo "=== Test avec hostname ===" - curl -v --max-time 10 https://nebulabs.nebulae-design.com 2>&1 | head -30 - - echo "=== Route réseau ===" - ip route - name: Install network & SSH tools run: | set -e