update ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2023-08-07 16:52:33 +02:00
parent 419f90b4d8
commit f9cef9e318
Signed by: deblan
GPG key ID: 579388D585F70417

View file

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