test
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Morgan McMillian 2023-03-08 21:33:59 -08:00
parent 6f35c1bc20
commit cdb9c85cc4

View file

@ -1,4 +1,11 @@
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:
image: plugins/ansible
secrets: [ ssh_key ]