No commit activity in last 3 years
No release in over 3 years
Deploy to CloudFoundry using Capistrano
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Capistrano-CloudFoundry

A simple integration wrapper for Capistrano and Cloud Foundry-based clients. Blue/green deployments are currently automated.

Usage

The features give an example of multi-stage usage. A simple Capistrano configuration is shown below.

require 'capistrano-cloudfoundry'
set :application, "env-test"
set :user, "test@test.com"
set :passwd, "password"
set :target, "api.prod-hatofmonkeys.com"
set :url, "env-test.prod-hatofmonkeys.com"

The application can then be deployed in the following way.

# cap cloudfoundry

Warning

This code currently has no error checking, practically no features, and is generally dangerous. Use at your own risk.

Testing

Copy features/support/config.rb.sample to features/support/config.rb and modify with your own Cloud Foundry settings.

# bundle install
# rake

Contributing

Please, please, please fork this, improve it, and issue a pull request. You know you want to.