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

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

View file

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