diff --git a/deploy.js b/deploy.js index f7c444d..7a38055 100644 --- a/deploy.js +++ b/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' //仓库文件夹名 };