Last active
January 10, 2021 18:04
-
-
Save JoshuaEstes/5337e52fb129573899fc to your computer and use it in GitHub Desktop.
This is a simple one line command that takes your local .env file and sets all the environmental variables on heroku for you to edit
This file contains hidden or 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 | tr '\n' ' ' | sed -e 's/export //g') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment