web_hooks.html.haml 458 Bytes
Newer Older
1
%h3.page_title Web hooks
randx's avatar
randx committed
2
.back_link
3
  = link_to help_path do
randx's avatar
randx committed
4 5
    ← to index
%hr
6

7
%p.slead
8
  Every GitLab project can trigger a web server whenever the repo is pushed to.
randx's avatar
randx committed
9 10 11
  %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
12
  GitLab will send POST request with commits information on every push.
13
%h5 Hooks request example:
14
= render "hooks/data_ex"
15