diff --git a/.woodpecker/debug.yml b/.woodpecker/debug.yml index 857e4d3..84a80fb 100644 --- a/.woodpecker/debug.yml +++ b/.woodpecker/debug.yml @@ -2,7 +2,7 @@ steps: app-deploy: image: deblan/mage secrets: [ssh_user, ssh_host, ssh_priv_key] - ommands: + commands: - echo "/builds/$CI_COMMIT_SHA" - echo "$SSH_PRIV_KEY" - echo "$SSH_USER"