mirror of
https://github.com/adnanh/webhook.git
synced 2025-06-03 11:12:28 +00:00
Added Gitter badge
This commit is contained in:
parent
10732bd57b
commit
b310b79fb8
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
|||
# What is webhook?
|
||||
|
||||
[](https://gitter.im/adnanh/webhook?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[webhook](https://github.com/adnanh/webhook/) is a lightweight configurable tool written in Go, that allows you to easily create HTTP endpoints (hooks) on your server, which you can use to execute configured commands. You can also pass data from the HTTP request (such as headers, payload or query variables) to your commands. [webhook](https://github.com/adnanh/webhook/) also allows you to specify rules which have to be satisfied in order for the hook to be triggered.
|
||||
|
||||
For example, if you're using Github or Bitbucket, you can use [webhook](https://github.com/adnanh/webhook/) to set up a hook that runs a redeploy script for your project on your staging server, whenever you push changes to the master branch of your project.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue