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

This commit is contained in:
Simon Vieille 2023-07-26 18:46:13 +02:00
parent 4c7913cecf
commit 9bf5363fd5
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,10 +1,27 @@
steps:
rss:
image: alpine
image: alpine/git
commands:
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- apk add curl
- cp README.tpl.md README.md
- ./bin/rss -f https://www.deblan.io/RSS >> README.md
- cat README.md
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
when:
event: [push, deployment, cron]
deploy:
image: appleboy/drone-git-push
commands:
settings:
branch: pages
remote: git@gitnet.fr:deblan/.private.git
force: false
commit: false
ssh_key:
from_secret: ssh_priv_key
when:
event: [push, deployment, cron]