0.2.0 • Published 7 years ago

web-deploy v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 years ago

web deploy

# Install
$ npm install web-deploy -g

create .deploy file

{
    "delpoyPath": "app",
    "token": "web-deploy",
    "url": "http://localhost",
    "port": 9000
}
  • server side execute command deploy-server

  • client side execute command deploy-client

Specify the configuration file, default .deploy

$ deploy-client --config .deploy