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
|
- cron
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
build:
|
- name: build
|
||||||
image: registry.nemunai.re/plugins/hugo
|
image: hugomods/hugo:base
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.119.0
|
- hugo
|
||||||
|
environment:
|
||||||
|
HUGO_ENVIRONMENT: production
|
||||||
|
|
||||||
deploy-on-ovh:
|
- name: deploy on ovh
|
||||||
image: nemunaire/drone-ftps
|
image: nemunaire/drone-ftps
|
||||||
settings:
|
settings:
|
||||||
hostname: ftp.cluster021.hosting.ovh.net
|
hostname: ftp.cluster021.hosting.ovh.net
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue