Skip to content
This repository has been archived by the owner on Jan 29, 2025. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 236 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 236 Bytes

Deliverance

Webhook for delivering Pivotal Tracker stories on deployment

Config

In your config.ru, you must set your Tracker API token and project ID

Deliverance::Server.token = 'foo'

Deliverance::Server.project_id = 'bar'