From 7bc95a821797274060cea3fc543a3b06af0cb3b1 Mon Sep 17 00:00:00 2001 From: Collin Duncan <3679940+cgduncan7@users.noreply.github.com> Date: Thu, 24 Apr 2025 14:24:28 +0200 Subject: [PATCH] testing network addresses --- .woodpecker/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/test.yaml b/.woodpecker/test.yaml index 75e37ab..3de467d 100644 --- a/.woodpecker/test.yaml +++ b/.woodpecker/test.yaml @@ -14,5 +14,6 @@ steps: - /etc/ssh/keys:/etc/ssh/keys commands: - cat /etc/ssh/keys/id_ed25519 - - ping root@autobaan + - ping -c 1 192.168.1.167 + - ping -c 1 autobaan - ssh -i /etc/ssh/keys/id_ed25519 root@autobaan touch deploy