Switch back to old Hugo image
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BBaoVanC 2021-04-18 15:02:42 -05:00
parent 66b23ebdea
commit 1bc5ddeb1a
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 8 additions and 8 deletions

View File

@ -15,10 +15,10 @@ steps:
- git submodule update --init --recursive
- name: build
image: plugins/hugo
settings:
hugo_version: 0.82
validate: true
image: mapitman/docker-hugo
commands:
- hugo version
- hugo --minify
---
kind: pipeline
@ -38,10 +38,10 @@ steps:
- git submodule update --init --recursive
- name: build
image: plugins/hugo
settings:
hugo_version: 0.82
validate: true
image: mapitman/docker-hugo
commands:
- hugo version
- hugo --minify
- name: deploy
image: appleboy/drone-scp