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