mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2025-06-06 08:58:41 +02:00
Add .drone.yml for ci.mjanja.ch
This commit is contained in:
34
.drone.yml
Normal file
34
.drone.yml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user