2013-01-22 16:58:09 +01:00
|
|
|
= render layout: 'help/layout' do
|
|
|
|
%h3.page_title Web hooks
|
2012-06-30 23:35:24 +02:00
|
|
|
%br
|
2013-01-22 16:58:09 +01: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:
|
|
|
|
= render "hooks/data_ex"
|
2012-03-28 09:46:51 +02:00
|
|
|
|