Config Drone
This commit is contained in:
parent
5e85a8c66d
commit
0670be7667
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: default
|
name: default
|
||||||
|
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: build
|
||||||
|
@ -9,4 +10,5 @@ steps:
|
||||||
hugo_version: 0.55
|
hugo_version: 0.55
|
||||||
config: path/hugo.toml
|
config: path/hugo.toml
|
||||||
validate: true
|
validate: true
|
||||||
|
commands:
|
||||||
|
- hugo deploy
|
Loading…
Reference in a new issue