更新deploy脚本
This commit is contained in:
@@ -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' //仓库文件夹名
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user