parent
0b0b7ebd85
commit
9526b50715
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ pipeline:
|
|||
secrets: [ ssh_key ]
|
||||
commands:
|
||||
- echo $SSH_KEY > /tmp/privateKey
|
||||
- ssh -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release"
|
||||
- ssh -o "StrictHostKeyChecking=no" -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release"
|
||||
|
||||
publish:
|
||||
image: plugins/ansible
|
||||
|
|
Loading…
Reference in a new issue