Skip to content

Instantly share code, notes, and snippets.

@brpaz
Created November 2, 2014 10:33
Show Gist options
  • Save brpaz/780a36ee6f99918df69d to your computer and use it in GitHub Desktop.
Save brpaz/780a36ee6f99918df69d to your computer and use it in GitHub Desktop.
Copies all the env variables from heroku to .env file. This file can be read locally by foreman. #heroku #env
heroku config -s >> .env
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment