Skip to content

Instantly share code, notes, and snippets.

@oscarmorrison
Created July 29, 2017 17:32
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oscarmorrison/be81140ca8d6afdf9e58667df9849a50 to your computer and use it in GitHub Desktop.
Save oscarmorrison/be81140ca8d6afdf9e58667df9849a50 to your computer and use it in GitHub Desktop.
Set you local config variables for remote heroku
heroku config:set `cat .env`
@oscarmorrison
Copy link
Author

oscarmorrison commented Sep 24, 2018

heroku config -s -a existing-heroku-app > existheroku-app.env
heroku config:set `cat .env`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment