hugo-theme-bootstrap5-blog/.drone.yml

33 lines
368 B
YAML

--
kind: pipeline
name: node10
steps:
- name: build
image: node:10-alpine
commands:
- npm install
- npm run dist
--
kind: pipeline
name: node12
steps:
- name: build
image: node:12-alpine
commands:
- npm install
- npm run dist
--
kind: pipeline
name: node14
steps:
- name: build
image: node:14-alpine
commands:
- npm install
- npm run dist