parent
6f35c1bc20
commit
cdb9c85cc4
1 changed files with 7 additions and 0 deletions
|
@ -1,4 +1,11 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
test:
|
||||||
|
image: debian:stable
|
||||||
|
secrets: [ ssh_key ]
|
||||||
|
commands:
|
||||||
|
- echo $SSH_KEY > /tmp/privateKey
|
||||||
|
- ssh -i /tmp/privateKey igor@vimes.dreamfall.space "cat /ec/os-release"
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: plugins/ansible
|
image: plugins/ansible
|
||||||
secrets: [ ssh_key ]
|
secrets: [ ssh_key ]
|
||||||
|
|
Loading…
Reference in a new issue