From 9c2f3712f8e27525ec7fb50599b2ed47f2e0d8d7 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..e83267e 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 all 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