0.0.4 • Published 7 years ago

xdeploy v0.0.4

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

xdeploy

A tool to push files to remote server

Install

  • npm install xdeploy -g

Usage

  • create xdeploy.json file at root of the directory that you will push from
{
  "receiver" : "http://deploy.city.qq.com/receiver.php",
  "to" : "/usr/local/qqcom_app/proj",
  "retry" : 5,
  "ignores" : ['.svn']
}

files will be pushed to to; the path contains any item of ignores array will be ignored

  • xdeploy -a start to push

Default ignore string list

  • .svn
  • xdeploy
  • .DS_Store
  • .git
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago