1.0.7 • Published 10 years ago

gploy v1.0.7

Weekly downloads
25
License
-
Repository
github
Last release
10 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

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

12 years ago