Skip to content

Commit

Permalink
Merge pull request #86 from mercey-co/main
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianthedev authored Aug 10, 2023
2 parents a3cc262 + d7d0304 commit 7a9b18b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/3.0/gemfile-environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,3 +93,12 @@ gem "avo-advanced", source: "https://#{ENV['AVO_GEM_TOKEN']}@packager.dev/avo-hq
:::warning
Using the credentials this way, they might be exposed in the terminal history and will be exposed in the `Gemfile.lock` file.
:::

## Configure heroku

If you're using heroku, you can set the environment variable using the following command.

```bash
heroku config:set BUNDLE_PACKAGER__DEV=xxx

```

0 comments on commit 7a9b18b

Please sign in to comment.