Rename steps and add tree step
continuous-integration/drone/push Build is passing Details

This commit is contained in:
BBaoVanC 2021-04-18 15:21:40 -05:00
parent adf52c8498
commit decd2209f7
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 9 additions and 3 deletions

View File

@ -11,18 +11,24 @@ trigger:
- pull_request
steps:
- name: Update submodules
- name: submodules
image: alpine/git
commands:
- git submodule update --init --recursive
- name: Build site
- name: build
image: mapitman/docker-hugo
commands:
- hugo version
- hugo --minify
- name: Upload files
- name: tree
image: alpine:latest
commands:
- apk add tree
- tree -a public/
- name: upload
image: appleboy/drone-scp
settings:
host: bbaovanc.com