Files
test-cicd/.woodpecker/test.yml
2026-05-03 16:59:13 +02:00

10 lines
232 B
YAML

when:
- event: [ push, deployment, manual ]
steps:
- name: test
image: alpine
commands: |
echo "Pipeline déclenché !"
echo "Event: ${CI_PIPELINE_EVENT}"
echo "Deploy to: ${CI_PIPELINE_DEPLOY_TARGET}"