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

This commit is contained in:
Simon Vieille 2023-07-27 13:09:51 +02:00
parent ac083e7f63
commit 0a431b2a0b

View file

@ -1,18 +1,12 @@
steps:
rss:
push:
image: alpine/git
secrets: [ssh_priv_key]
commands:
- apk add curl
- cp README.tpl.md README.md
- ./bin/rss -f https://www.deblan.io/RSS >> README.md
when:
event: [push, deployment, cron]
push:
image: alpine/git
secrets: [ssh_priv_key]
commands:
- cat README.md
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- git add .