Repository is archived
Low commit activity in last 3 years
No release in over a year
Capistrano extensions for interacting with HiveQueen
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

HiveQueen client¶ ↑

Makes your capistrano scripts aware of HiveQueen environments.

Installation¶ ↑

In your Gemfile:

group :development do
  gem 'capistrano/hivequeen', :require => nil
end

And in your config/deploy.rb:

set :hivequeen_endpoint, "http://your.hivequeen.com"
require 'hivequeen_client'

Options¶ ↑

az

Restrict commands to servers in an availability zone:

cap staging app:start -s az=us-east-1a
branch

Use a specific branch, rather than the default for the Hivequeen environment:

cap staging deploy -s branch=some_feature

Releasing a new version¶ ↑

First, bump the version in lib/capistrano/hivequeen/version.rb. Then:

  gem build capistrano-hivequeen.gemspec
  gem push capistrano-hivequeen-$VERSION.gem

License¶ ↑

@copy; Copyright Kickstarter, PBC.

Released under an MIT License.