add ci to deploy on gitnet.page
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-01-23 13:42:39 +01:00
parent d4561c3db0
commit 77b100ff4c
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -15,7 +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'
- 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