express-nodejs-app/.drone.yml

15 lines
235 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: ci
2021-09-13 20:38:17 +07:00
clone:
depth: 50
steps:
- name: build
image: d.ctdn.net/node
commands:
- npm config set registry https://r.ctdn.net
- npm install
2021-09-13 20:38:17 +07:00
- npm run build