feat: drone yml
This commit is contained in:
parent
b7f29c2c20
commit
1f72cd8da3
12
.drone.yml
12
.drone.yml
|
@ -20,9 +20,9 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- node -v
|
- node -v
|
||||||
- npm -v
|
- npm -v
|
||||||
- npm set registry https://registry.npm.taobao.org
|
- npm install -g pnpm
|
||||||
- npm install
|
- pnpm i
|
||||||
- npm run build:web
|
- pnpm build:web
|
||||||
|
|
||||||
- name: deploy-web
|
- name: deploy-web
|
||||||
image: appleboy/drone-scp:1.6
|
image: appleboy/drone-scp:1.6
|
||||||
|
@ -47,9 +47,9 @@ steps:
|
||||||
- pwd
|
- pwd
|
||||||
- node -v
|
- node -v
|
||||||
- npm -v
|
- npm -v
|
||||||
- npm set registry https://registry.npm.taobao.org
|
- npm install -g pnpm
|
||||||
- npm install
|
- pnpm i
|
||||||
- npm run build:web
|
- pnpm build:admin
|
||||||
|
|
||||||
- name: deploy-admin
|
- name: deploy-admin
|
||||||
image: appleboy/drone-scp:1.6
|
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