add ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2023-07-26 19:04:57 +02:00
parent a899b050d2
commit 69bccd8315
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -11,6 +11,7 @@ steps:
- cat README.md
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
- eval $(ssh-agent -s)
- echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
when:
event: [push, deployment, cron]