Skip to content

Instantly share code, notes, and snippets.

@tobihans
Last active September 27, 2021 21:18
Show Gist options
  • Save tobihans/4560bd75e63e4778baa8868c2e885e4b to your computer and use it in GitHub Desktop.
Save tobihans/4560bd75e63e4778baa8868c2e885e4b to your computer and use it in GitHub Desktop.
Set heroku environment variables from .env files
heroku config:set $(cat .env | tr "\n" " ")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment