https://github.com/vangie/travis-ci-webhook
Travis CI webhook recevier
https://github.com/vangie/travis-ci-webhook
docker nodejs travis-ci webhook webhook-callbacks webhooks-catcher
Last synced: about 2 months ago
JSON representation
Travis CI webhook recevier
- Host: GitHub
- URL: https://github.com/vangie/travis-ci-webhook
- Owner: vangie
- License: mit
- Created: 2017-04-13T01:28:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-17T15:41:10.000Z (almost 8 years ago)
- Last Synced: 2025-01-17T21:43:36.685Z (4 months ago)
- Topics: docker, nodejs, travis-ci, webhook, webhook-callbacks, webhooks-catcher
- Language: JavaScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Travis CI webhook
travis-ci-webhook listens to incomming HTTP POST-request from traivs-ci.org and triggers your specified scripts.
It is a docker container wrap of [travisci-webhook-handler](https://github.com/chrisjaure/travisci-webhook-handler).# Running
```sh
docker run -d \
-p 7777:7777 \
-v ${PWD}/scripts:/usr/src/app/scripts \
-v /var/run/docker.sock:/var/run/docker.sock \
--name travis-ci-webhook \
vangie/travis-ci-webhook
```