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:31:55 +01:00
parent 8d77e9ce0a
commit 68edabf1ad
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -16,6 +16,7 @@ steps:
- git config --global user.name CI
- git commit -m build -a
- git fetch --no-tags origin +refs/heads/pages
- git remote add upstream git@gitnet.fr:murph/murph-doc.git
- git switch pages
- mv site /tmp/
- rm * -fr
@ -26,7 +27,7 @@ steps:
- chmod -R 400 ~/.ssh
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
- git push origin pages
- git push upstream pages
# push:
# image: appleboy/drone-git-push