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
60f5bb4d4d
commit
f214740236
1 changed files with 7 additions and 5 deletions
|
|
@ -5,12 +5,14 @@ when:
|
|||
- cron
|
||||
|
||||
steps:
|
||||
build:
|
||||
image: registry.nemunai.re/plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.119.0
|
||||
- name: build
|
||||
image: hugomods/hugo:base
|
||||
commands:
|
||||
- hugo
|
||||
environment:
|
||||
HUGO_ENVIRONMENT: production
|
||||
|
||||
deploy-on-ovh:
|
||||
- name: deploy on ovh
|
||||
image: nemunaire/drone-ftps
|
||||
settings:
|
||||
hostname: ftp.cluster021.hosting.ovh.net
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue