Files
debyl-site/.drone.yml
Bastian de Byl 2df6f66ec1 fixed .drone.yml
2020-09-28 23:10:06 -04:00

16 lines
225 B
YAML

---
kind: pipeline
name: default
platform:
os: linux
arch: arm
steps:
- name: build
image: bdebyl/hugo
commands:
- git clone https://gitlab.com/bdebyl/hugo-theme-even.git themes/even
- hugo build