#Amazon EB deployment for Wercker.com
Please note: This requires you to have an already existing Elastic Beanstalk application and environment in place, it will not run a startup procedure.
key(required) Credentials key provided by amazon.secret(required) Credentials key secret provided by amazonapp_name(required) Name of the application.env_name(required) Name of the application environment you wish to deploy to.commit_message(required) Source Git commit message for EB deployment version label.sub_directory(optional) Sub directory that should be deployed in case you want to deploy a build artifact only.region(optional) Region that your elastic beanstalk instance lives in, defaults to us-west-2.
deploy:
steps:
- patrickwolleb/elastic-beanstalk-deploy:
key: $AMAZON_KEY
secret: $AMAZON_SECRET_KEY
app_name: My Application
env_name: production
commit_message : My commit message
sub_directory: dist
region: us-west-2