paritybit/deployment-notifier

A simple tool to notify you of deployments

dev-master 2016-05-27 16:11 UTC

This package is not auto-updated.

Last update: 2024-03-16 16:09:09 UTC


README

Build Status Coverage Status Scrutinizer Code Quality SensioLabsInsight

A work-in-progress tool to notify services of deployments in your infrastructure.

The initial version only supports emailing stakeholders, pinging codebasehq and slack. This is because of needs with some existing projects.

The aim is to abstract out the methods of determining the changes that have been deployed and the methods of notifying a deployment, so that they can be interchanged with custom integrations. This will need extensive reworking to achieve this aim.

TODO

  • Introduce Guzzle or similar for Clients
  • Consider splitting things off into their own plug in repositories