remove file

This commit is contained in:
Simon Vieille 2023-02-12 00:05:18 +01:00
parent bd53e67d8a
commit 843d35f76d
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,29 +0,0 @@
pipeline:
build:
image: gitnet.fr/deblan/mkdocs
commands:
- mkdocs build
update:
image: alpine/git
commands:
- 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/* .
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"
deploy:
image: appleboy/drone-git-push
commands:
settings:
branch: pages
remote: git@gitnet.fr:deblan/side_menu_doc.git
force: false
commit: false
ssh_key:
from_secret: ssh_priv_key