You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ The easiest/quickest is to run:
189
189
$ heroku config | bundle exec envied check:heroku
190
190
```
191
191
192
-
This is equivalent to having the heroku config as your local environment and running `envied check --groups default production`.
192
+
This is equivalent to having the heroku config as your local environment and running `envied check:heroku --groups default production`.
193
193
194
194
You want to run this right before a deploy to Heroku. This prevents that your app will crash during bootup because ENV-variables are missing from heroku config.
0 commit comments