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

This commit is contained in:
2025-11-27 16:55:06 +01:00
parent 41c383ca5a
commit 3fcf74f311

View File

@@ -20,8 +20,11 @@ jobs:
- name: Check IPv6 connectivity - name: Check IPv6 connectivity
run: | run: |
echo "ip -6 route"
ip -6 route ip -6 route
echo "ip -6 addr"
ip -6 addr ip -6 addr
echo "ping"
ping6 -c 2 2a01:e0a:bfe:a8a0::205 || echo "ping failed" ping6 -c 2 2a01:e0a:bfe:a8a0::205 || echo "ping failed"
- name: Configure SSH - name: Configure SSH