No commit activity in last 3 years
No release in over 3 years
Task to deploy via CLI on Amazon OpsWorks.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.8.4

Runtime

 Project Readme

opsworks-deployer

Task to deploy via CLI on Amazon OpsWorks.

Installation:

gem install opsworks_deployer

Usage:

Please, set these environment variables on ~/.bash_profile or ~/.bashrc file:

export AWS_ACCESS_KEY_ID=<YOUR_ACCESS_KEY>
export AWS_SECRET_ACCESS_KEY=<YOUR_SECRET_KEY>
export OPSWORKS_LAYER_ID=<YOUR_OPSWORKS_LAYER_ID>
export OPSWORKS_APP_ID=<YOUR_APP_ID>

Deploys an app with predefined branch/revision:

rake deploy 

Deploys an app with specified branch/revision/tag:

rake deploy['\<tag name, revision or branch\>']

Deploy procedure:

It tries to deploy each AZ on each region one at a time.