Sha256: 616c3961076f213510be7763688533c4a57265c4f7eb2d963199f64c0d775621

Contents?: true

Size: 852 Bytes

Versions: 4

Compression:

Stored size: 852 Bytes

Contents

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.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
deploy_and_deliver-2.1.3 README
deploy_and_deliver-2.1.2 README
deploy_and_deliver-2.1.1 README
deploy_and_deliver-2.1.0 README