Compare commits
3 Commits
c9702d7209
...
7d4f8d9f1b
Author | SHA1 | Date | |
---|---|---|---|
7d4f8d9f1b | |||
12576834c2 | |||
9cb27e684d |
@ -17,16 +17,15 @@ steps:
|
|||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: mapitman/docker-hugo
|
image: bbaovanc/hugo
|
||||||
commands:
|
commands:
|
||||||
- hugo version
|
- hugo version
|
||||||
- hugo --minify
|
- hugo --minify
|
||||||
|
|
||||||
- name: tree
|
- name: list files
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
commands:
|
commands:
|
||||||
- apk add tree
|
- find public/
|
||||||
- tree -a public/
|
|
||||||
|
|
||||||
- name: upload
|
- name: upload
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
Reference in New Issue
Block a user