diff --git a/.woodpecker.yml b/.woodpecker.yml index 20fccee..24ecf1e 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 ]