This commit is contained in:
陆柯 2020-03-15 16:01:00 +08:00
parent 30c6b52d48
commit 5cafc6ebcf

View File

@ -25,7 +25,7 @@ const Config = {
password: undefined,
key: `${process.env.HOME}/.ssh/id_rsa`,
},
conn_ssh: {
vultr: {
server: 'ssh',
host: undefined,
port: 22,
@ -35,7 +35,7 @@ const Config = {
password: undefined,
key: `${process.env.HOME}/.ssh/id_rsa`,
},
conn_git: {
github: {
server: 'git',
repo: undefined,
branch: 'master',