express-nodejs-app/.drone.yml

15 lines
321 B
YAML
Raw Normal View History

kind: pipeline
type: docker
name: ci
2021-09-13 20:38:17 +07:00
steps:
2021-09-13 20:42:43 +07:00
- name: submodules
image: d.ctdn.net/alpine/git
2021-09-13 20:42:43 +07:00
commands:
- git submodule update --init --recursive
- name: build
image: d.ctdn.net/node
commands:
2021-09-13 20:39:08 +07:00
- yarn config set registry https://r.ctdn.net
2021-09-16 18:20:52 +07:00
- yarn && yarn build