Skip to content

Commit

Permalink
Update README with Elastic Beanstalk support info
Browse files Browse the repository at this point in the history
  • Loading branch information
fny committed May 26, 2015
1 parent 6a04365 commit f3009ed
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f3009ed

Please sign in to comment.