This commit is contained in:
Simon Vieille 2022-07-25 13:39:52 +02:00
parent de68d0526e
commit 3e28d686c6
Signed by: deblan
GPG key ID: 579388D585F70417

22
.woodpecker.yml Normal file
View file

@ -0,0 +1,22 @@
pipeline:
build:
image: klakegg/hugo
update:
image: alpine/git
commands:
- switch pages
- add public/*
- commit -m build
deploy:
image: appleboy/drone-git-push
secrets: [ssh_priv_key]
commands:
branch: pages
remote: git@gitnet.fr:deblan/pages-ci.git
force: false
commit: false
ssh_key: ${SSH_PRIV_KEY}
author_name: CI
author_email: ci@gitnet.fr