更新 .gitea/workflows/dev.yml

This commit is contained in:
bichangxiong 2025-08-22 18:12:58 +08:00
parent 29adc052c7
commit 2afef1f33d

View File

@ -37,12 +37,7 @@ jobs:
exit 1 exit 1
fi fi
- name: 通过SSH复制文件 - name: 通过SSH复制文件
uses: http://git.missmoc.top/mocheng/scp-action@v0.1.7 run: cp -rf ./apps/web-antd/dist/* /www/wwwroot/183.230.235.66_11010/property
with:
host: 127.0.0.1
username: ${{ secrets.SERVER_NAME }} # 使用secrets存储
password: ${{ secrets.SERVER_PWD }} # 使用secrets存储
port: 11001
source: "./apps/web-antd/dist"
target: "/www/wwwroot/183.230.235.66_11010/property"