XinWei
a6072e036d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
18 lines
265 B
YAML
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 |