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:19:39 +01:00
parent a054445de6
commit ae64ce900a
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -12,11 +12,11 @@ steps:
commit:
image: alpine/git
commands:
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- git commit -m build -a
- git fetch --no-tags origin +refs/heads/pages
- git switch pages
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- mv site /tmp/
- rm * -fr
- mv /tmp/site/* .