Mise à jour de '.drone.yml'

This commit is contained in:
gregandev 2022-12-19 11:55:46 +01:00
parent a91ba21c77
commit 3e7c4a3c70

View File

@ -1,17 +1,19 @@
kind: pipeline
name: default
name: hugo
type: docker
platform:
os: linux
arch: arm64
pipeline:
build:
image: docker
commands:
- docker build -t hugo:latest .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
steps:
- name: build
image: plugins/hugo
settings:
hugo_version: 0.69
extended: true
validate: true
config: config.toml
content: content
trigger:
branch: