Skip to content

Commit 1e86ca7

Browse files
Smoke test wg0 interface by pinging it internally
1 parent 39d3559 commit 1e86ca7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/deploy-vpn.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,6 @@ jobs:
6565
uses: mxschmitt/action-tmate@v3
6666
if: ${{ failure() }}
6767

68+
- name: Smoke test wg0 interface by pinging it internally
69+
run: |
70+
ssh -o StrictHostKeyChecking=no ${{ inputs.ssh_username }}@${{ inputs.vpn_ip_address }} "ping -c 3 10.10.11.1"

0 commit comments

Comments
 (0)