Add tree step
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
BBaoVanC 2021-04-18 15:04:49 -05:00
parent 1bc5ddeb1a
commit 11a680f1a5
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

View File

@ -20,6 +20,11 @@ steps:
- hugo version - hugo version
- hugo --minify - hugo --minify
- name: tree
image: alpine:latest
commands:
- tree -a public/
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -43,6 +48,11 @@ steps:
- hugo version - hugo version
- hugo --minify - hugo --minify
- name: tree
image: alpine:latest
commands:
- tree -a public/
- name: deploy - name: deploy
image: appleboy/drone-scp image: appleboy/drone-scp
settings: settings: