Files
sysmonstm/.woodpecker.yml
2026-01-02 21:20:08 -03:00

14 lines
225 B
YAML

# sysmonstm Pipeline
when:
- event: push
- event: manual
steps:
- name: notify
image: alpine
commands:
- echo === sysmonstm ===
- echo Branch: $CI_COMMIT_BRANCH
- echo Commit: $CI_COMMIT_SHA