Switch back to old Hugo image
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

@ -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