Created
July 29, 2017 17:32
-
-
Save oscarmorrison/be81140ca8d6afdf9e58667df9849a50 to your computer and use it in GitHub Desktop.
Set you local config variables for remote heroku
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heroku config:set `cat .env` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
heroku config -s -a existing-heroku-app > existheroku-app.env
heroku config:set `cat .env`