Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byteclubfr/ci-server
Continous Integration server bound to github, sweet to use and easy to setup
https://github.com/byteclubfr/ci-server
Last synced: 1 day ago
JSON representation
Continous Integration server bound to github, sweet to use and easy to setup
- Host: GitHub
- URL: https://github.com/byteclubfr/ci-server
- Owner: byteclubfr
- Created: 2012-12-11T00:20:43.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-11T00:58:13.000Z (almost 12 years ago)
- Last Synced: 2024-04-10T02:15:16.410Z (7 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# deploy-server
Continuous integration server experiment written in node.js
## Configuration
Look at `projects/sample/config.json` for a very common example.
The options should be self-explanatory, and that'll be enough at this point.
## Work in progress
What's done:
* receive github hooks
* test
* deployStill missing:
* moar doc
* CLI to help setup your repo (deploy key, hook…)
* notifications
* update commit status
* history