bitdispenser.dev/.drone.yml

24 lines
451 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: lfs
image: alpine/git
commands:
- git lfs install
- git lfs pull
- name: submodules
image: alpine/git
commands:
- git submodule update --recursive --remote
- 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