2013-01-22 10:58:09 -05:00
|
|
|
= render layout: 'help/layout' do
|
2013-07-13 01:45:48 -04:00
|
|
|
%h3.page-title Web hooks
|
2012-06-30 17:35:24 -04:00
|
|
|
%br
|
2013-01-22 10:58:09 -05:00
|
|
|
|
|
|
|
%p.slead
|
|
|
|
Every GitLab project can trigger a web server whenever the repo is pushed to.
|
|
|
|
%br
|
|
|
|
Web Hooks can be used to update an external issue tracker, trigger CI builds, update a backup mirror, or even deploy to your production server.
|
|
|
|
%br
|
|
|
|
GitLab will send POST request with commits information on every push.
|
|
|
|
%h5 Hooks request example:
|
2013-07-12 14:23:56 -04:00
|
|
|
= render "projects/hooks/data_ex"
|
2012-03-28 03:46:51 -04:00
|
|
|
|