更新deploy脚本

This commit is contained in:
lcc
2025-07-29 20:31:44 +08:00
parent d69f8efaef
commit 253acb5629
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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' //仓库文件夹名
};
+1 -1
View File
@@ -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' //仓库文件夹名
};