module.exports = { deploy: { fromPath: "./dist", gotoTarget: "github", github: { targetType: "git", repo: "https://github.com/tuc-vic/vic-app.bittic.org", branch: "main", gitname: "vic-team", gitemail: "vic-team@outlook.com", url: 'http://vic-app.bittic.org' }, vultr: { targetType: "ssh", host: "vic-app.bittic.org", targetPath: "/faronear/tuc-vic/vic.user.react", targetDir: "dist", user: "adot", password: "", key: `${process.env.HOME}/.ssh/id_rsa`, // 登录用户私钥文件 }, unicloud: { targetType: "serverless", space: "cn-bittic-vic-app", url: "http://vic-app.bittic.cn", }, }, };