From 1dd6594b375b69fb71616b5d58f3febee89f8dd8 Mon Sep 17 00:00:00 2001 From: kongxiangyiren Date: Wed, 22 May 2024 08:35:35 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/youzi.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/youzi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/youzi.yml b/.gitea/workflows/youzi.yml index c9915b6..56897f8 100644 --- a/.gitea/workflows/youzi.yml +++ b/.gitea/workflows/youzi.yml @@ -29,7 +29,8 @@ jobs: with: host: ${{ secrets.USER_HOST }} # 服务器地址: xxx.xxx.xxx.xxx username: ${{ secrets.USER_NAME }} # 服务器名字 一般是root - key: ${{ secrets.SERVER_SSH_KEY }} # 服务器连接密钥 + # key: ${{ secrets.SERVER_SSH_KEY }} # 服务器连接密钥 + password: ${{ secrets.SERVER_PASSWORD }} # 服务器连接密钥 source: './dist/' # 拷贝文件目录 target: ${{ secrets.USER_TARGET }} # 服务器目标目录 strip_components: 2 \ No newline at end of file