Skip to content

hatofmonkeys/capistrano-cloudfoundry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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, "[email protected]"
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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages