gploy

1.0.7 • Public • Published

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

Package Sidebar

Install

npm i gploy

Weekly Downloads

7

Version

1.0.7

License

none

Last publish

Collaborators

  • genazt