rename app.vic.yuanjin.net to vic-app.bittic.org

This commit is contained in:
Luk Lu
2021-09-11 14:46:08 +08:00
parent 83c373bcfc
commit e844fd5903
7 changed files with 53 additions and 20 deletions

View File

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