File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,29 @@ For more information:
167167$ figaro help heroku:set
168168` ` `
169169
170+ # ### AWS Elastic Beanstalk
171+
172+ Elastic Beanstalk makes setting application configuration easy too :
173+
174+ ` ` ` bash
175+ $ eb setenv google_analytics_key=UA-35722661-5
176+ ` ` `
177+
178+ Using the `figaro` command, you can set values from your configuration file all at once :
179+
180+ ` ` ` bash
181+ $ figaro eb:set -e production
182+ ` ` `
183+
184+ For more information :
185+
186+ ` ` ` bash
187+ $ figaro help eb:set
188+ ` ` `
189+
170190# ### Other Hosts
171191
172- If you're not deploying to Heroku, you have two options :
192+ If you're not deploying to Heroku or Elastic Beanstalk , you have two options :
173193
174194* Generate a remote configuration file
175195* Set `ENV` variables directly
You can’t perform that action at this time.
0 commit comments