1
0
picturingjordan.com/.drone.yml
Alan Orth 0616000814
All checks were successful
continuous-integration/drone/push Build is passing
.drone.yml: Use hugo-ext image
We need git for modified dates on posts.

See: https://github.com/klakegg/docker-hugo
2020-12-10 13:54:01 +02:00

16 lines
297 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: submodules
image: alpine/git
commands:
- git clone https://github.com/alanorth/hugo-theme-bootstrap4-blog.git themes/hugo-theme-bootstrap4-blog
- name: build
image: klakegg/hugo:ext-alpine
commands:
- hugo
# vim: ts=2 sw=2 et