rename vic-app to vic-user

This commit is contained in:
luk.lu
2021-09-22 11:35:42 +08:00
parent 8f394d8cfb
commit 0ed435d81e
5 changed files with 11 additions and 11 deletions

View File

@@ -4,15 +4,15 @@ module.exports = {
gotoTarget: "github",
github: {
targetType: "git",
repo: "https://github.com/tuc-vic/vic-app.bittic.org",
repo: "https://github.com/tuc-vic/vic-user.bittic.org",
branch: "main",
gitname: "vic-team",
gitemail: "vic-team@outlook.com",
url: 'http://vic-app.bittic.org'
url: 'http://vic-user.bittic.org'
},
vultr: {
targetType: "ssh",
host: "vic-app.bittic.org",
host: "vic-user.bittic.org",
targetPath: "/faronear/tuc-vic/vic.user.react",
targetDir: "dist",
user: "adot",
@@ -21,8 +21,8 @@ module.exports = {
},
unicloud: {
targetType: "serverless",
space: "cn-bittic-vic-app",
url: "http://vic-app.bittic.cn",
space: "cn-bittic-vic-user",
url: "http://vic-user.bittic.cn",
},
},
};