update ci

This commit is contained in:
Simon Vieille 2022-07-25 16:14:02 +02:00
parent 82aae0191d
commit 9cecbe63c8
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,18 +1,8 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: build_deploy
pipeline:
build_deploy:
image: deblan/devenv
environment:
SSH_PUB_KEY:
from_secret: ssh_pub_key
SSH_PRIV_KEY:
from_secret: ssh_priv_key
SSH_USER_HOST:
from_secret: ssh_user_host
secrets: [ssh_user_host, ssh_priv_key]
commands:
- pip3 install mkdocs
- mkdocs build