Started CICD pipeline config
continuous-integration/drone the build was successful Details

master
Jef Roosens 2021-05-03 18:40:47 +02:00
parent 1c712d843a
commit 9c2ba91b55
Signed by: Jef Roosens
GPG Key ID: B580B976584B5F30
1 changed files with 13 additions and 0 deletions

13
.woodpecker.yml 100644
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