Forked from tibawatanabe/set-heroku-config-vars-from-env.sh
Last active
May 7, 2018 06:22
-
-
Save llighterr/88c0a6a9e62bcab45a1f7dd20d1cf528 to your computer and use it in GitHub Desktop.
Command line to read .env file and set Heroku config vars
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 | sed '/^$/d; /#[[:print:]]*$/d') | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment