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
|
||||
type: docker
|
||||
name: default
|
||||
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
|
@ -9,4 +10,5 @@ steps:
|
|||
hugo_version: 0.55
|
||||
config: path/hugo.toml
|
||||
validate: true
|
||||
|
||||
commands:
|
||||
- hugo deploy
|
Loading…
Reference in a new issue