gitlabhq/app/views/help/web_hooks.html.haml
Dmitriy Zaporozhets aa50408ecb 1. Better message if no ssh key
2. SSH Keys Help page
2012-08-22 03:56:53 +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"