From f5efdcbc06faaef4729d4dda0f77effa868d6560 Mon Sep 17 00:00:00 2001 From: Luk Lu Date: Tue, 10 Sep 2019 14:24:01 +0800 Subject: [PATCH] [ConfigBasic.js] set Config.deploy.type: web --- ConfigBasic.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ConfigBasic.js b/ConfigBasic.js index 6616ed8..8158bb2 100644 --- a/ConfigBasic.js +++ b/ConfigBasic.js @@ -11,6 +11,7 @@ module.exports = { deploy: { + type: 'web', host: '', // 待部署到的主机 port: '22', // 带部署到的主机的 SSH 端口 dir: '/home/tic/node.console.web', // 待部署到的目录路径