gitlab web hook server to notify idobata.
- notify push events
- notify merge request events
notify issue events(not yet)
$ git clone [email protected]:harukasan/gitlab-hook-idobata
$ cd gitlab-hook-idobata
$ bundle install --path vendor/bundle
$ cp dotenv .env
$ vim .env # to edit idobata hook url
$ bundle exec foreman start web
- open settings page of your repository.
- Add web hook:
URL: http://$HOST:$PORT/push.json
Trigger: ✓ Push events
URL: http://$HOST:$PORT/merge_request.json
Trigger: ✓ Merge Request events
To use merge request hool, the gitlab API setting is required.
- Copyright (c) 2014 MICHII Shunske (harukasan)
- License: MIT License (see LICENSE.md)