8000 GitHub - xiaoqi55125/node-cd: Featherweight node.js Continuous Deployment
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xiaoqi55125/node-cd

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-cd

Featherweight Github Continuous Deployment

Continuously deploy any code from Github to your server.

node-cd is a simple node.js app handling Github's post-receive hooks.
It can execute any script you want on your server: deployment, testing, etc.

Installation

git clone https://github.com/guanbo/node-cd.git
cd node-cd/src
npm install

Usage

  • cp node-cd.templete.sh node-cd.sh
  • Edit the node-cd.sh file to execute whatever you like after your commits (ex: stop server, git pull, start server)
  • Set your post-receive hook as described here with the url http://yourserver.com:61440/github
  • Run the app WWW_PORT=61440 node node-cd.js

About

Featherweight node.js Continuous Deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.1%
  • Shell 13.9%
0