rename Config*.js to envar-base-*.js

This commit is contained in:
Luk Lu
2022-04-25 13:30:15 +08:00
parent ed66d3d0cf
commit a9794bc874
4 changed files with 1 additions and 1 deletions

28
envar-base-deploy.js Normal file
View File

@@ -0,0 +1,28 @@
module.exports = {
deploy: {
fromPath: "./dist",
gotoTarget: "github",
github: {
targetType: "git",
repo: "https://github.com/tuc-vic/vic-user.bittic.org",
branch: "main",
gitname: "vic-team",
gitemail: "vic-team@outlook.com",
url: 'http://vic-user.bittic.org'
},
vultr: {
targetType: "ssh",
host: "vic-user.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-user",
url: "http://vic-user.bittic.cn",
},
},
};