Last active
September 20, 2023 10:46
-
-
Save Godofbrowser/4c0317bdfbcf71d14e760a014e27dd3b to your computer and use it in GitHub Desktop.
Revisions
-
Godofbrowser revised this gist
Aug 3, 2019 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ `$ cd <application name>` Where <application name> is the dir where you have the `.env` file. `heroku config:set $(cat .env | sed '/^$/d; /#[[:print:]]*$/d')` -
Godofbrowser created this gist
Aug 3, 2019 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ `heroku config:set $(cat .env | sed '/^$/d; /#[[:print:]]*$/d')`