deploy(debug)
Some checks failed
Deploy Roxane to Preprod / deploy (push) Failing after 3s

This commit is contained in:
2025-11-27 16:32:55 +01:00
parent 782ff9e69d
commit 5f36244db1

View File

@@ -13,12 +13,11 @@ jobs:
image: nebulaed/php83-node22 image: nebulaed/php83-node22
steps: steps:
- name: Debug Env - name: Check IPv6 connectivity
run: | run: |
echo "${{ vars.PREPROD_HOST }}" ip -6 route
echo "${{ vars.PREPROD_PORT }}" ip -6 addr
echo "${{ vars.PREPROD_USER }}" ping6 -c 2 2a01:e0a:bfe:a8a0::205 || echo "ping failed"
echo "${{ vars.PREPROD_PATH }}"
- name: Configure SSH - name: Configure SSH
env: env: