gploy
Version:
A continuous deployment server for automatic development
20 lines (15 loc) • 438 B
Markdown
gPloy - Continuous Deployment for developing apps
------
How to install it:
`npm install gPloy -g`
How to use it:
* Start the gPloy Server: gploy start (it will bind to port 10010)
* Navigate to your project workdir (git repo): gploy add project-name
* Create a Git Webhook with the url printed
* Done :D
Deployment Flow:
* Git pull
* npm install
* execution of pre.js
* execution of app*.js
* execution of post.js