.profile/.woodpecker.yml
Simon Vieille 61dc5796b2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
add ci
2023-07-26 18:41:57 +02:00

11 lines
232 B
YAML

steps:
rss:
image: alpine
commands:
- apk add curl
- cp README.tpl.md README.md
- ./bin/rss -f https://www.deblan.io/RSS >> README.md
- cat README.md
when:
event: [push, deployment, cron]