Started CICD pipeline config
All checks were successful
continuous-integration/drone the build was successful

This commit is contained in:
Jef Roosens 2021-05-03 18:40:47 +02:00
parent 1c712d843a
commit 9c2ba91b55
Signed by: Jef Roosens
GPG key ID: B580B976584B5F30

13
.woodpecker.yml Normal file
View file

@ -0,0 +1,13 @@
pipeline:
build:
image: alpine:3
commands:
- apk update
- apk add --no-cache hugo
- hugo --minify
deploy:
image: alpine:3
commands:
- apk update
- apk add --no-cache rsync