Simple Deploy is an opinionated gem that helps manage and perform directed deployments to AWS Cloud Formation Stacks.
- Ruby version 1.9.2 or higher installed.
- AWS account access key and secret key.
Install the gem
gem install simple_deploy --no-ri --no-rdoc
Create a file ~/.simple_deploy.yml and include within it:
environments:
preprod:
access_key: XXX
secret_key: yyy
region: us-west-1
For more information, please view the Simple Deploy Wiki.
- 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