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

This commit is contained in:
Simon Vieille 2023-07-27 13:07:46 +02:00
parent d961cc421e
commit 69bcbc8700
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -21,7 +21,8 @@ steps:
- eval $(ssh-agent -s)
- echo "$SSH_PRIV_KEY" | tr -d '\r' | ssh-add -
- 'echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- git push origin main
- git remote add repo git@gitnet.fr:deblan/.profile.git
- git push repo main
when:
event: [push, deployment, cron]