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' //仓库文件夹名 };