This commit is contained in:
parent
2fb73310b1
commit
7bc95a8217
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue