This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user