add ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-07-26 18:41:57 +02:00
commit 61dc5796b2
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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