From 5cafc6ebcff32a6eb9d76d4ac8d3aff4b51f07a0 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Sun, 15 Mar 2020 16:01:00 +0800 Subject: [PATCH] u --- deploy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy.js b/deploy.js index 81b1ff2..4c661ec 100644 --- a/deploy.js +++ b/deploy.js @@ -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',