added notifications to feature list

pull/35/head
Karolis Rusenas 2017-07-09 21:41:42 +01:00 committed by GitHub
parent 2638c0a8cb
commit 8f2aca1fad
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ Keel provides several key features:
* __[DockerHub Webhooks](https://docs.docker.com/docker-hub/webhooks/) support__ - Keel accepts dockerhub style webhooks on `/v1/webhooks/dockerhub` endpoint. Impacted deployments will be identified and updated.
* __[Polling](https://keel.sh/install/#polling-trigger)__ - when webhooks and pubsub aren't available - Keel can still be useful by checking Docker Registry for changed SHA digest.
* __[Polling](https://keel.sh/user-guide/#polling-deployment-example)__ - when webhooks and pubsub aren't available - Keel can still be useful by checking Docker Registry for changed SHA digest.
* __Notifications__ - out of the box Keel has Slack and standard webhook notifications, more info [here](https://keel.sh/user-guide/#notifications)
<img src="https://keel.sh/images/keel-overview.png">