update ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-07-26 14:00:22 +02:00
parent 1eaaaf1e12
commit a52caa5648
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -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"