parent
6a6a6f0711
commit
a5ce818238
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- echo $SSH_KEY > /tmp/privateKey
|
- echo $SSH_KEY > /tmp/privateKey
|
||||||
- chmod 600 /tmp/privateKey
|
- chmod 600 /tmp/privateKey
|
||||||
|
- wc -l /tmp/privateKey
|
||||||
|
- wc -c /tmp/privateKey
|
||||||
- ssh -o "StrictHostKeyChecking=no" -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:
|
publish:
|
||||||
|
|
Loading…
Reference in a new issue