bitdispenser.dev/.drone.yml

15 lines
249 B
YAML
Raw Normal View History

2021-04-27 22:27:41 +02:00
kind: pipeline
type: docker
name: default
steps:
- name: Lint checks
image: node:14.16-alpine
commands:
- npm install
- npm run lint
- name: Hugo build
image: klakegg/hugo:0.82.1-ext-alpine-ci
commands:
- hugo