testing network addresses
Some checks failed
ci/woodpecker/push/test Pipeline failed

This commit is contained in:
Collin Duncan 2025-04-24 14:24:28 +02:00
parent 2fb73310b1
commit 7bc95a8217
No known key found for this signature in database

View file

@ -14,5 +14,6 @@ steps:
- /etc/ssh/keys:/etc/ssh/keys - /etc/ssh/keys:/etc/ssh/keys
commands: commands:
- cat /etc/ssh/keys/id_ed25519 - 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 - ssh -i /etc/ssh/keys/id_ed25519 root@autobaan touch deploy