bitdispenser.dev/.drone.yml
Davide Polonio f94c14a395
All checks were successful
continuous-integration/drone/push Build is passing
Add debug
2021-04-27 22:47:25 +02:00

27 lines
534 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: lfs
image: alpine/git
commands:
- ls -lah static/
- apk add --no-cache git-lfs
- git lfs install
- git lfs pull
- ls -lah static/
- 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