Skip to content

Commit 9c2f371

Browse files
committed
Update README with Elastic Beanstalk support info
1 parent 6a04365 commit 9c2f371

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)