@@ -8,3 +8,3 @@ module.exports = [ | ||
| host: '', // 服务器ip | ||
| port: '22', // 通常不用改 | ||
| port: '22', // 服务器连接端口通常不用改 | ||
| username: 'root', // 部署服务器的账号 | ||
@@ -21,3 +21,3 @@ password: '', // 部署服务器的密码,如果重要,可以不写在当前配置文件中(为空运行时将要求输入密码) | ||
| host: '', // 服务器ip | ||
| port: '22', // 通常不用改 | ||
| port: '22', // 服务器连接端口通常不用改 | ||
| username: 'root', // 部署服务器的账号 | ||
@@ -24,0 +24,0 @@ password: '', // 部署服务器的密码,如果重要,可以不写在当前配置文件中(为空运行时将要求输入密码) |
+1
-1
| { | ||
| "name": "c-deploy", | ||
| "version": "2.0.2", | ||
| "version": "2.0.4", | ||
| "description": "node执行自动部署,可配置多环境,自动打包并部署到服务器上", | ||
@@ -5,0 +5,0 @@ "bin": { |
+2
-2
@@ -58,3 +58,3 @@ # c-deploy | ||
| host: '', // 服务器ip | ||
| port: '22', // 通常不用改 | ||
| port: '22', // 服务器连接端口通常不用改 | ||
| username: 'root', // 部署服务器的账号 | ||
@@ -71,3 +71,3 @@ password: '', // 部署服务器的密码,如果重要,可以不写在当前配置文件中(为空运行时将要求输入密码) | ||
| host: '', // 服务器ip | ||
| port: '22', // 通常不用改 | ||
| port: '22', // 服务器连接端口通常不用改 | ||
| username: 'root', // 部署服务器的账号 | ||
@@ -74,0 +74,0 @@ password: '', // 部署服务器的密码,如果重要,可以不写在当前配置文件中(为空运行时将要求输入密码) |
15072
0.56%