Skip to content

Instantly share code, notes, and snippets.

@nara-l
Created July 24, 2018 15:47
Show Gist options
  • Save nara-l/96b424bf0ef8e1ab4124c5f262919a75 to your computer and use it in GitHub Desktop.
Save nara-l/96b424bf0ef8e1ab4124c5f262919a75 to your computer and use it in GitHub Desktop.
Looking to update .env file on heroku by setting config vars
heroku config:set VAR_TO_BE_UPDATED: var_value --app APPNAME
# VAR_TO_BE_UDPATED : var_value is the key value pair of your .env variable
# APPNAME is the name of the app you want to update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment