crm-h5/.drone.yml
XinWei 8ba035a2d7
All checks were successful
continuous-integration/drone/push Build is passing
init
2024-07-27 16:35:48 +08:00

19 lines
287 B
YAML

kind: pipeline
name: default
steps:
- 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