Started CICD pipeline config
All checks were successful
continuous-integration/drone the build was successful
All checks were successful
continuous-integration/drone the build was successful
This commit is contained in:
parent
1c712d843a
commit
9c2ba91b55
1 changed files with 13 additions and 0 deletions
13
.woodpecker.yml
Normal file
13
.woodpecker.yml
Normal 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
|
||||
Reference in a new issue