[ConfigBasic.js] set Config.deploy.type: web

This commit is contained in:
Luk Lu
2019-09-10 14:24:01 +08:00
parent 8014c7c636
commit f5efdcbc06

View File

@@ -11,6 +11,7 @@ module.exports = {
deploy: { deploy: {
type: 'web',
host: '', // 待部署到的主机 host: '', // 待部署到的主机
port: '22', // 带部署到的主机的 SSH 端口 port: '22', // 带部署到的主机的 SSH 端口
dir: '/home/tic/node.console.web', // 待部署到的目录路径 dir: '/home/tic/node.console.web', // 待部署到的目录路径