diff --git a/.woodpecker.yml b/.woodpecker.yml index 904ecb2..213d7ad 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,6 +6,7 @@ pipeline: commands: - mkdir env - echo $SSH_KEY > env/ssh_key + - cat env/ssh_key - ansible-runner run `pwd` secrets: [ssh_key]