Created
July 24, 2018 15:47
-
-
Save nara-l/96b424bf0ef8e1ab4124c5f262919a75 to your computer and use it in GitHub Desktop.
Looking to update .env file on heroku by setting config vars
This file contains hidden or 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 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