suivi/.woodpecker/debug.yml
Simon Vieille 709db25313
All checks were successful
ci/woodpecker/push/debug Pipeline was successful
[wip] debug ci
2024-03-22 11:02:37 +01:00

10 lines
223 B
YAML

steps:
app-deploy:
image: deblan/mage
secrets: [ssh_user, ssh_host, ssh_priv_key]
commands:
- echo "/builds/$CI_COMMIT_SHA"
- echo "$SSH_PRIV_KEY"
- echo "$SSH_USER"
- echo "$SSH_HOST"