From f3009ed3e617bbf14114192ef5c99a4e456dc9b0 Mon Sep 17 00:00:00 2001 From: Faraz Yashar Date: Fri, 8 May 2015 20:33:39 -0400 Subject: [PATCH] Update README with Elastic Beanstalk support info --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c47d56c..c1bee13 100644 --- a/README.md +++ b/README.md @@ -167,9 +167,29 @@ For more information: $ figaro help heroku:set ``` +#### AWS Elastic Beanstalk + +Elastic Beanstalk makes setting application configuration easy too: + +```bash +$ eb setenv google_analytics_key=UA-35722661-5 +``` + +Using the `figaro` command, you can set values from your configuration file at once: + +```bash +$ figaro eb:set -e production +``` + +For more information: + +```bash +$ figaro help eb:set +``` + #### Other Hosts -If you're not deploying to Heroku, you have two options: +If you're not deploying to Heroku or Elastic Beanstalk, you have two options: * Generate a remote configuration file * Set `ENV` variables directly