Sha256: d1d40cfc2da837d6e960d8c9ac232653f59cd7cf5cbd1239222dd124dc944df2
Contents?: true
Size: 740 Bytes
Versions: 11
Compression:
Stored size: 740 Bytes
Contents
[![Build Status](https://secure.travis-ci.org/intuit/simple_deploy.png)](http://travis-ci.org/intuit/simple_deploy) Simple Deploy is an opinionated gem that helps manage and perform directed deployments to AWS Cloud Formation Stacks. Prerequisites ------------- * Ruby version 1.9.2 or higher installed. * AWS account access key and secret key. Installation ------------ 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 ``` Documentation ------------- For more information, please view the [Simple Deploy Wiki](https://github.com/intuit/simple_deploy/wiki).
Version data entries
11 entries across 11 versions & 1 rubygems