From 709db253136eb3786b55a6fa685befa69cc6e9c5 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Fri, 22 Mar 2024 11:02:37 +0100 Subject: [PATCH] [wip] debug ci --- .woodpecker/debug.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"