New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

node-deploy-cli

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-deploy-cli

自动化部署cli

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
0
Created
Source

node-deploy-cli

前端自动化部署工具。适用于小团队。

安装

npm install node-deploy-cli --save-dev

使用

创建deploy.config.json

npm deploy init
{
  "name": "test-demo",
  "test": {
    "username": "root",
    "password": "123456",
    "host": "118.31.167.102",
    "localDir": "demo",
    "remoteDir": "/var/www/deploy-demo/"
  },
  "prod": {
    "username": "root",
    "password": "123456",
    "host": "118.31.167.102",
    "localDir": "demo",
    "remoteDir": "/var/www/deploy-demo/"
  }
}

部署

npm deploy --env test

部署

Keywords

node

FAQs

Package last updated on 03 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts