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

View file

@ -12,6 +12,7 @@ steps:
commit:
image: alpine/git
commands:
- git commit -m build -a
- git fetch --no-tags origin +refs/heads/pages
- git switch pages
- git config --global user.email ci@gitnet.fr