Compare commits

..

1 Commits

Author SHA1 Message Date
c9702d7209
[WIP] Migrate to hugo-bearblog theme 2021-04-18 20:48:02 -05:00

View File

@ -17,15 +17,16 @@ steps:
- git submodule update --init --recursive
- name: build
image: bbaovanc/hugo
image: mapitman/docker-hugo
commands:
- hugo version
- hugo --minify
- name: list files
- name: tree
image: alpine:latest
commands:
- find public/
- apk add tree
- tree -a public/
- name: upload
image: appleboy/drone-scp