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
Fix SSH_HOSTS environment variable to actually work
This is fix provided in the following PR: debitoor#9
Apparently Heroku environment variables for the application are not exposed to buildpacks, instead $ENV_DIR directory contains files for the environment variables application uses. This fixes that actually setting SSH_HOSTS works with this buildpack.
0 commit comments