No commit activity in last 3 years
No release in over 3 years
Mark Pivotal Tracker stories as Delivered on deploy.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme
Deploy and Deliver
==================

Capistrano recipes for Pivotal Tracker.


To use this task, simply set the following variables:

  set :pivotal_tracker_project_id, PROJECT_ID
  set :pivotal_tracker_token, TOKEN
  set :pivotal_tracker_ssl, false

Then, inside the task for your demo platform, add

  task :demo do
    ...
    after :deploy, 'pivotal_tracker:deliver_stories'
  end


Installation
============

Add to your Gemfile

  gem 'deploy_and_deliver'

  Add the following in your Capistrano config to load the recipes:

    require 'deploy_and_deliver/recipes'


Credits
=======

Pluginized and Gemified by Collective Idea (http://collectiveidea.com) based on code from Mike Dalessio, Pivotal Labs (http://pivotallabs.com/users/miked/blog/articles/702-deliver-tracker-stories-from-capistrano)

Later updated to use the pivotal-tracker gem.