deploy-me

0.1.3 • Public • Published

Deploy Me

Small but flexible auto deploy tool based on Github's webhooks. Based on three elements:

  • Server
  • Config
  • Script

Install

Production

npm i -g deploy-me

Development

git clone https://github.com/G07cha/DeployMe.git
npm install
npm test

Usage

Setup config file like in example, write script that will be executed each time when branch-specific request occured. Next, setup webhook for your repository that will send push information to endpoint. Finally, start webserver using deploy-me %path-to-config%, for more options check deploy-me --help.

License

MIT

Dependents (0)

Package Sidebar

Install

npm i deploy-me

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • g07cha