Use hugomods/hugo for local build too
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f35ab53f15
commit
ec1c9b1598
1 changed files with 12 additions and 4 deletions
|
|
@ -1,3 +1,9 @@
|
|||
when:
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
- cron
|
||||
|
||||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
|
|
@ -5,7 +11,9 @@ clone:
|
|||
recursive: true
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: registry.nemunai.re/plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.147.7
|
||||
- name: build
|
||||
image: hugomods/hugo:base
|
||||
commands:
|
||||
- hugo
|
||||
environment:
|
||||
HUGO_ENVIRONMENT: production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue