update ci; add content
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2022-07-26 08:56:59 +02:00
parent 7e4e9691d6
commit f54d8bb271
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -1,8 +1,6 @@
pipeline:
build:
image: plugins/hugo
settings:
output: /tmp/build
image: klakegg/hugo
update:
image: alpine/git
@ -11,8 +9,9 @@ pipeline:
- git switch pages
- git config --global user.email ci@gitnet.fr
- git config --global user.name CI
- mv public /tmp/
- rm * -fr
- mv /tmp/build/* .
- mv /tmp/public/* .
- git add .
- git commit -m "Build ${CI_BUILD_NUMBER}"