🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

c-deploy

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

c-deploy - npm Package Compare versions

Comparing version
2.0.2
to
2.0.4
+2
-2
config/deploy.config.js

@@ -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: '', // 部署服务器的密码,如果重要,可以不写在当前配置文件中(为空运行时将要求输入密码)

{
"name": "c-deploy",
"version": "2.0.2",
"version": "2.0.4",
"description": "node执行自动部署,可配置多环境,自动打包并部署到服务器上",

@@ -5,0 +5,0 @@ "bin": {

@@ -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: '', // 部署服务器的密码,如果重要,可以不写在当前配置文件中(为空运行时将要求输入密码)