gitlabhq/app/views/help/web_hooks.html.haml
2012-09-06 11:21:35 +03:00

16 lines
458 B
Plaintext

%h3.page_title Web hooks
.back_link
= link_to help_path do
← to index
%hr
%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"