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: steps:
- name: build - name: build
image: plugins/hugo image: klakegg/hugo
volumes: volumes:
- name: output - name: output
path: /var/www/korhonen.cc path: /var/www/korhonen.cc
settings: commands:
hugo_version: 0.95.0 - "hugo -d /output"
validate: false
output: /output