This commit is contained in:
parent
1bc5ddeb1a
commit
11a680f1a5
10
.drone.yml
10
.drone.yml
@ -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:
|
||||||
|
Reference in New Issue
Block a user