gitlab-org--gitlab-foss/app/views/help/web_hooks.html.haml
2013-07-27 19:34:37 +03:00

12 lines
459 B
Text

= render layout: 'help/layout' do
%h3.page-title Web hooks
%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 "projects/hooks/data_ex"