ci
This commit is contained in:
parent
fed3d952ce
commit
602a8c58e7
|
@ -23,8 +23,6 @@ steps:
|
||||||
- npm install -g pnpm
|
- npm install -g pnpm
|
||||||
- pnpm i
|
- pnpm i
|
||||||
- pnpm build:web
|
- pnpm build:web
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
||||||
- name: deploy-web
|
- name: deploy-web
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp
|
||||||
|
@ -35,5 +33,3 @@ steps:
|
||||||
port: 22
|
port: 22
|
||||||
target: /www/wwwroot/nginx/html/backset.cn/
|
target: /www/wwwroot/nginx/html/backset.cn/
|
||||||
source: ./dist/*
|
source: ./dist/*
|
||||||
when:
|
|
||||||
event: tag
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user