express-nodejs-app/.drone.yml

15 lines
226 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:
2021-09-13 20:39:08 +07:00
- yarn config set registry https://r.ctdn.net
- yarn
- yarn build