From cdb9c85cc42acc2cb3fa1f89a27cbd0c301e1bf6 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Wed, 8 Mar 2023 21:33:59 -0800 Subject: [PATCH] test --- .woodpecker.yml | 7 +++++++ 1 file changed, 7 insertions(+) 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 ]