Switch back to old Hugo image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
66b23ebdea
commit
1bc5ddeb1a
16
.drone.yml
16
.drone.yml
@ -15,10 +15,10 @@ steps:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: mapitman/docker-hugo
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.82
|
- hugo version
|
||||||
validate: true
|
- hugo --minify
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
@ -38,10 +38,10 @@ steps:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: plugins/hugo
|
image: mapitman/docker-hugo
|
||||||
settings:
|
commands:
|
||||||
hugo_version: 0.82
|
- hugo version
|
||||||
validate: true
|
- hugo --minify
|
||||||
|
|
||||||
- name: deploy
|
- name: deploy
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
Reference in New Issue
Block a user