crm-h5/.drone.yml

19 lines
283 B
YAML
Raw Normal View History

2024-07-27 11:42:24 +08:00
kind: pipeline
name: default
steps:
2024-07-27 11:59:51 +08:00
- name: build
image: node:16.18.1
commands:
- npm install
- npm run build
- name: test
image: node:16.18.1
commands:
- npm run test
#- name: deploy
# image: nginx:1.21
# commands:
# - cp -r build/* /usr/share/nginx/html