Labs::Deployer
Thor task to help w/ deployment of cookbooks to S3 for use by Chef-Solo
Installation
Add this line to your application's Gemfile:
gem 'labs-deployer'
And then execute:
$ bundle
Or install it yourself as:
$ gem install labs-deployer
Usage
Thos task that helps bundle and deploy cookbooks to S3. Ascends path looking for .deployer file. A local .deployer files attributes will take precedence over one in a higher scope. The contents of this file should contain one or more of the following:
bucket_name: cookbooks.something.com
aws_key: abc
aws_secret: 123
project_name: tropo/12.0/cookbooks/functional_deployment
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request