8000 GitHub - warnergodfrey/docker-cf_deployer: docker-cf_deployer
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

warnergodfrey/docker-cf_deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

cf_deployer Docker Image

Docker image that wraps the cf_deployer Ruby Gem. cf_deployer makes deploying Cloud Formation based applications to AWS easy.

Example Usage

docker run \
  --rm \
  --env AWS_SECRET_ACCESS_KEY \
  --env AWS_ACCESS_KEY_ID \
  --workdir /app \
  -v "$(pwd):/app" \
  warnergodfrey/cf_deployer:1.5 deploy production \
    --config-file=cf_deployer.yml \
    --region=ap-southeast-2 \
    --inputs=AvailabilityZone:ap-southeast-2a

About

docker-cf_deployer

Resources

Stars

Watchers

Forks

Packages

No packages published
0