This commit is contained in:
parent
67cbc8267a
commit
61dc5796b2
1 changed files with 4 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue