Mise à jour de '.drone.yml'
This commit is contained in:
parent
575ccb4306
commit
b568547fbc
12
.drone.yml
12
.drone.yml
@ -1,5 +1,4 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
platform:
|
||||
os: linux
|
||||
@ -7,13 +6,10 @@ platform:
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: plugins/hugo
|
||||
settings:
|
||||
hugo_version: 0.69
|
||||
extended: true
|
||||
validate: true
|
||||
config: config.toml
|
||||
content: content
|
||||
commands:
|
||||
- hugo
|
||||
- docker build -t hugo-site:latest
|
||||
- echo good!
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user