diff --git a/.drone.yml b/.drone.yml index a13d1bc..7015046 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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: