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

36 lines
410 B
YAML
Raw Normal View History

--
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:10-alpine
commands:
- npm install
- npm run dist
--
2020-12-09 14:54:21 +01:00
kind: pipeline
type: docker
name: default
steps:
2020-12-10 09:33:29 +01:00
- name: build
image: node:12-alpine
2020-12-09 14:54:21 +01:00
commands:
2020-12-10 09:33:29 +01:00
- npm install
- npm run dist
--
kind: pipeline
type: docker
name: default
steps:
- name: build
image: node:14-alpine
commands:
- npm install
- npm run dist