Use different image for drone build
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Marko Korhonen 2022-03-25 17:55:55 +02:00
parent e08d568b41
commit 01493d8de0
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -3,11 +3,9 @@ name: default
steps:
- name: build
image: plugins/hugo
image: klakegg/hugo
volumes:
- name: output
path: /var/www/korhonen.cc
settings:
hugo_version: 0.95.0
validate: false
output: /output
commands:
- "hugo -d /output"