File tree 1 file changed +21
-1
lines changed
1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,29 @@ For more information:
167
167
$ figaro help heroku:set
168
168
` ` `
169
169
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
+
170
190
# ### Other Hosts
171
191
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 :
173
193
174
194
* Generate a remote configuration file
175
195
* Set `ENV` variables directly
You can’t perform that action at this time.
0 commit comments