rename app.vic.yuanjin.net to vic-app.bittic.org
This commit is contained in:
@@ -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",
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user