web_hooks.html.haml 450 Bytes
%h3 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"