Add tree step
continuous-integration/drone/push Build is failing Details

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
1 changed files with 10 additions and 0 deletions

View File

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