From a52caa5648a69f4ef7b73a85be817bd12633b171 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 26 Jul 2022 14:00:22 +0200 Subject: [PATCH] update ci --- .woodpecker.yml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 487b5b0..844bfdf 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,11 +1,14 @@ ---- pipeline: - build_deploy: - image: deblan/devenv + build: + image: polinux/mkdocs + # environment: + # - DOCS_DIRECTORY=./ + commands: + - mkdocs build + deploy: + image: eeacms/rsync secrets: [ssh_user_host, ssh_priv_key] commands: - - pip3 install mkdocs - - mkdocs build - mkdir "$HOME/.ssh" - echo "$SSH_PRIV_KEY" > "$HOME/.ssh/id_ed25519" - chmod 700 "$HOME/.ssh"