Mise à jour de '.drone.yml'
This commit is contained in:
parent
a91ba21c77
commit
3e7c4a3c70
18
.drone.yml
18
.drone.yml
@ -1,17 +1,19 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: default
|
name: hugo
|
||||||
type: docker
|
type: docker
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
pipeline:
|
steps:
|
||||||
build:
|
- name: build
|
||||||
image: docker
|
image: plugins/hugo
|
||||||
commands:
|
settings:
|
||||||
- docker build -t hugo:latest .
|
hugo_version: 0.69
|
||||||
volumes:
|
extended: true
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
validate: true
|
||||||
|
config: config.toml
|
||||||
|
content: content
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user