ci
This commit is contained in:
parent
602a8c58e7
commit
99fa742660
|
@ -15,7 +15,7 @@ steps:
|
||||||
# 容器内挂载点
|
# 容器内挂载点
|
||||||
volumes:
|
volumes:
|
||||||
- name: node_modules-web
|
- name: node_modules-web
|
||||||
path: /node_modules
|
path: /drone/src/node_modules
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
- node -v
|
- node -v
|
||||||
|
@ -25,7 +25,7 @@ steps:
|
||||||
- pnpm build:web
|
- pnpm build:web
|
||||||
|
|
||||||
- name: deploy-web
|
- name: deploy-web
|
||||||
image: appleboy/drone-scp
|
image: appleboy/drone-scp:latest
|
||||||
settings:
|
settings:
|
||||||
host: mozzie.cn
|
host: mozzie.cn
|
||||||
username: root
|
username: root
|
||||||
|
|
Loading…
Reference in New Issue
Block a user