crm-h5/.drone.yml
XinWei a6072e036d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
init
2024-07-27 16:18:27 +08:00

18 lines
265 B
YAML

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