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

11 lines
133 B
YAML
Raw Normal View History

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