delete spare comment

This commit is contained in:
luk.lu
2022-07-21 21:03:48 +08:00
parent c48e40f43c
commit b1d8bc039a

View File

@@ -17,6 +17,6 @@ module.exports = {
dist: 'dist', // 待部署到的文件夹
user: 'adot', // 登录用户名
password: '', // 登录用户密码
key: `${process.env.HOME}/.ssh/id_rsa`, // 登录用户私钥文件
},
key: `${process.env.HOME}/.ssh/id_rsa`
}
}