.profile/.woodpecker.yml

11 lines
232 B
YAML
Raw Normal View History

2023-07-26 18:25:22 +02:00
steps:
rss:
image: alpine
commands:
- apk add curl
2023-07-26 18:41:57 +02:00
- cp README.tpl.md README.md
- ./bin/rss -f https://www.deblan.io/RSS >> README.md
- cat README.md
2023-07-26 18:25:22 +02:00
when:
2023-07-26 18:41:57 +02:00
event: [push, deployment, cron]