u
This commit is contained in:
parent
30c6b52d48
commit
5cafc6ebcf
@ -25,7 +25,7 @@ const Config = {
|
|||||||
password: undefined,
|
password: undefined,
|
||||||
key: `${process.env.HOME}/.ssh/id_rsa`,
|
key: `${process.env.HOME}/.ssh/id_rsa`,
|
||||||
},
|
},
|
||||||
conn_ssh: {
|
vultr: {
|
||||||
server: 'ssh',
|
server: 'ssh',
|
||||||
host: undefined,
|
host: undefined,
|
||||||
port: 22,
|
port: 22,
|
||||||
@ -35,7 +35,7 @@ const Config = {
|
|||||||
password: undefined,
|
password: undefined,
|
||||||
key: `${process.env.HOME}/.ssh/id_rsa`,
|
key: `${process.env.HOME}/.ssh/id_rsa`,
|
||||||
},
|
},
|
||||||
conn_git: {
|
github: {
|
||||||
server: 'git',
|
server: 'git',
|
||||||
repo: undefined,
|
repo: undefined,
|
||||||
branch: 'master',
|
branch: 'master',
|
||||||
|
Loading…
Reference in New Issue
Block a user