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:
|
clone:
|
||||||
git:
|
git:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
|
|
@ -5,7 +11,9 @@ clone:
|
||||||
recursive: true
|
recursive: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
- name: build
|
||||||
image: registry.nemunai.re/plugins/hugo
|
image: hugomods/hugo:base
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.147.7
|
- hugo
|
||||||
|
environment:
|
||||||
|
HUGO_ENVIRONMENT: production
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue