1
0
Fork 0
picturingjordan.com/.drone.yml

16 lines
297 B
YAML
Raw Permalink Normal View History

2020-12-10 11:15:48 +01:00
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
2020-12-10 11:15:48 +01:00
- name: build
image: klakegg/hugo:ext-alpine
2020-12-10 11:15:48 +01:00
commands:
- hugo
# vim: ts=2 sw=2 et