This commit is contained in:
parent
e77e5583c2
commit
c6f3c45fa1
1 changed files with 11 additions and 0 deletions
11
.woodpecker/deploy.yml
Normal file
11
.woodpecker/deploy.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
when:
|
||||
- event: push
|
||||
branch: master
|
||||
|
||||
steps:
|
||||
- name: Hugo build
|
||||
image: alpine:latest
|
||||
commands:
|
||||
- apk add --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community go hugo git
|
||||
- hugo --gc --minify
|
||||
- ls public
|
Loading…
Add table
Add a link
Reference in a new issue