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 - git submodule update --init --recursive
- name: build - name: build
image: bbaovanc/hugo image: mapitman/docker-hugo
commands: commands:
- hugo version - hugo version
- hugo --minify - hugo --minify
- name: list files - name: tree
image: alpine:latest image: alpine:latest
commands: commands:
- find public/ - apk add tree
- tree -a public/
- name: upload - name: upload
image: appleboy/drone-scp image: appleboy/drone-scp