Skip to content

Instantly share code, notes, and snippets.

@caseyyee
Created June 25, 2019 22:27
Show Gist options
  • Save caseyyee/f9aa576b77dae57c6a00196c564d71a0 to your computer and use it in GitHub Desktop.
Save caseyyee/f9aa576b77dae57c6a00196c564d71a0 to your computer and use it in GitHub Desktop.
Push local .env to heroku environment variables.
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