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