deploy(debug)
This commit is contained in:
18
.gitea/workflows/deploy-preprod.yml
Normal file
18
.gitea/workflows/deploy-preprod.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
name: IPv6-test
|
||||
run-name: Test IPv6 connectivity
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ipv6:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Show network
|
||||
run: |
|
||||
ip -6 addr
|
||||
ip -6 route
|
||||
|
||||
- name: Ping IPv6 server
|
||||
run: |
|
||||
ping6 -c 3 2a01:e0a:bfe:a8a0::205 || true
|
||||
Reference in New Issue
Block a user