1.0.4 • Published 9 months ago

node-deploy-cli v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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

部署

1.0.4

9 months ago

1.0.3

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago