1.0.7 • Published 9 years ago

gploy v1.0.7

Weekly downloads
25
License
-
Repository
github
Last release
9 years ago

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
1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

11 years ago