add drone pipeline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-05 01:01:06 +08:00
parent 7a31c36c10
commit 1450357b91

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
type: docker
name: default
steps:
- name: frontend-web
image: node:19
commands:
- cd web
- npm install
- npm run build