Created
June 25, 2019 22:27
-
-
Save caseyyee/f9aa576b77dae57c6a00196c564d71a0 to your computer and use it in GitHub Desktop.
Push local .env to heroku environment variables.
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.production | sed '/^$/d; /#[[:print:]]*$/d') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment