From 843d35f76dac155b7021fa7a105bd9446a64ffa7 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 12 Feb 2023 00:05:18 +0100 Subject: [PATCH] remove file --- .woodpecker.yml | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml deleted file mode 100644 index 25f4115..0000000 --- a/.woodpecker.yml +++ /dev/null @@ -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