更新deploy脚本

This commit is contained in:
lcc
2025-07-29 20:32:23 +08:00
parent 54f6609165
commit aab9f8a9c2
+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' //仓库文件夹名
};