hugo-site/.drone.yml

18 lines
263 B
YAML

kind: pipeline
name: default
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
trigger:
branch:
- master