feat: drone yml
This commit is contained in:
parent
b7f29c2c20
commit
1f72cd8da3
12
.drone.yml
12
.drone.yml
|
@ -20,9 +20,9 @@ steps:
|
|||
- pwd
|
||||
- node -v
|
||||
- npm -v
|
||||
- npm set registry https://registry.npm.taobao.org
|
||||
- npm install
|
||||
- npm run build:web
|
||||
- npm install -g pnpm
|
||||
- pnpm i
|
||||
- pnpm build:web
|
||||
|
||||
- name: deploy-web
|
||||
image: appleboy/drone-scp:1.6
|
||||
|
@ -47,9 +47,9 @@ steps:
|
|||
- pwd
|
||||
- node -v
|
||||
- npm -v
|
||||
- npm set registry https://registry.npm.taobao.org
|
||||
- npm install
|
||||
- npm run build:web
|
||||
- npm install -g pnpm
|
||||
- pnpm i
|
||||
- pnpm build:admin
|
||||
|
||||
- name: deploy-admin
|
||||
image: appleboy/drone-scp:1.6
|
||||
|
|
6177
apps/web/stats.html
6177
apps/web/stats.html
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user