From 253acb5629120e629827b974785b16104a3630b0 Mon Sep 17 00:00:00 2001 From: lcc <805383944@qq.com> Date: Tue, 29 Jul 2025 20:31:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0deploy=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/deploy.js | 2 +- pingan/deploy.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/deploy.js b/admin/deploy.js index db27469..3679e93 100644 --- a/admin/deploy.js +++ b/admin/deploy.js @@ -12,7 +12,7 @@ const config = { distPath: path.resolve(__dirname, './dist'), // 构建产物目录 // commitMessage: `Auto-deploy at ${new Date().toISOString()}` commitMessage: `Auto-deploy at ${new Date().toLocaleString('sv-SE')}`, // 提交信息 - gitPath: isWindows ? 'E:\\' : '/opt/', //仓库本地保存路径 + gitPath: isWindows ? 'E:\\' : '/Users/0fun/work/', //仓库本地保存路径 dirName: 'hcb-admin' //仓库文件夹名 }; diff --git a/pingan/deploy.js b/pingan/deploy.js index 5064495..ea70766 100644 --- a/pingan/deploy.js +++ b/pingan/deploy.js @@ -11,7 +11,7 @@ const config = { distPath: path.resolve(__dirname, './dist'), // 构建产物目录 // commitMessage: `Auto-deploy at ${new Date().toISOString()}` commitMessage: `Auto-deploy at ${new Date().toLocaleString('sv-SE')}`, // 提交信息 - gitPath: isWindows ? 'E:\\' : '/opt/', //仓库本地保存路径 + gitPath: isWindows ? 'E:\\' : '/Users/0fun/work/', //仓库本地保存路径 dirName: 'hcb-pingan' //仓库文件夹名 };