Compare commits

..

3 Commits

Author SHA1 Message Date
BBaoVanC 7d4f8d9f1b
[WIP] Migrate to hugo-bearblog theme 2021-05-19 15:02:05 -05:00
BBaoVanC 12576834c2
Use bbaovanc/hugo image
continuous-integration/drone/push Build is passing Details
2021-05-12 10:46:06 -05:00
BBaoVanC 9cb27e684d
Change tree step to list files
continuous-integration/drone/push Build is passing Details
2021-04-24 23:03:37 -05:00
1 changed files with 3 additions and 4 deletions

View File

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