ajout d'un hello world Drone
This commit is contained in:
parent
0670be7667
commit
54aa72a98f
1 changed files with 13 additions and 8 deletions
19
.drone.yml
19
.drone.yml
|
@ -4,11 +4,16 @@ name: default
|
|||
#secrets: [ AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY ]
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.55
|
||||
config: path/hugo.toml
|
||||
validate: true
|
||||
- name: greeting
|
||||
image: alpine
|
||||
commands:
|
||||
- hugo deploy
|
||||
- echo hello
|
||||
- echo world
|
||||
# - name: build
|
||||
# image: plugins/hugo
|
||||
# settings:
|
||||
# hugo_version: 0.55
|
||||
# config: path/hugo.toml
|
||||
# validate: true
|
||||
# commands:
|
||||
# - hugo deploy
|
Loading…
Reference in a new issue