hugo-theme-bootstrap5-blog/.drone.yml
Alan Orth 8bcca9be7c
All checks were successful
continuous-integration/drone/push Build is passing
.drone.yml: Fix syntax again...
2020-12-10 12:34:56 +02:00

35 lines
406 B
YAML

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