add ci to deploy on gitnet.page
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Simon Vieille 2024-01-23 13:41:53 +01:00
parent 65b35c990c
commit d4561c3db0
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -15,6 +15,7 @@ steps:
commands:
- eval $(ssh-agent -s)
- echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
- mkdir -p ~/.ssh && echo -e "Host *\n\tStrictHostKeyChecking no\n\n" > ~/.ssh/config'
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- git commit -m build -a