feat: drone.ci

This commit is contained in:
mozzie 2023-03-20 16:59:42 +08:00
parent 7402a35f48
commit 875fb8aa6a

View File

@ -34,7 +34,7 @@ steps:
port: 22
overwrite: true
command_timeout: 2m
target: /www/wwwroot/backset/nginx/html/backset.cn/
target: /www/wwwroot/nginx/html/backset.cn/
source: ./apps/web/dist/*
# admin管理
@ -61,7 +61,7 @@ steps:
port: 22
overwrite: true
command_timeout: 2m
target: /www/wwwroot/backset/nginx/html/backset.cn/
target: /www/wwwroot/nginx/html/backset.cn/
source: ./apps/admin/dist/*
---