2012-08-22 02:56:53 +02:00
|
|
|
%h3.page_title Web hooks
|
2012-06-30 23:35:24 +02:00
|
|
|
.back_link
|
2012-08-22 02:56:53 +02:00
|
|
|
= link_to help_path do
|
2012-06-30 23:35:24 +02:00
|
|
|
← to index
|
|
|
|
%hr
|
2012-03-28 09:46:51 +02:00
|
|
|
|
2012-08-22 02:56:53 +02:00
|
|
|
%p.slead
|
|
|
|
Every Gitlab project can trigger a web server whenever the repo is pushed to.
|
2012-06-30 23:35:24 +02:00
|
|
|
%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.
|
2012-03-28 09:46:51 +02:00
|
|
|
%h5 Hooks request example:
|
2012-06-11 07:52:44 +02:00
|
|
|
= render "hooks/data_ex"
|
2012-03-28 09:46:51 +02:00
|
|
|
|