gitlabhq/app/views/help/web_hooks.html.haml
Dmitriy Zaporozhets 2be107d0d9 Help with index
2013-01-22 17:58:09 +02:00

14 lines
456 B
Plaintext

= render layout: 'help/layout' do
%h3.page_title Web hooks
%br
%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"