-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
finding a way to set the HEROKU_URL automatically #1
Comments
http://stackoverflow.com/a/14280500 might help? |
@scottrobertson I don't get it, do you recommend to access or |
Why do you need the URL? |
|
Ah. Yeah, there's not really a way right now. You could put it into the env vars section as a required var with no value, and make the description so that it tells users to pick their own app name when creating the app through the button and then set the URL accordingly. |
@dzuelke that should be really great if there was a way, that would remove one annoying step, |
Hi @pborreli @dzuelke @scottrobertson I am facing exact same problem for another bot I am developing. If anyone got any solution can you please share? Thanks! |
In order to keep the dyno running we have to set the HEROKU_URL env with the actual URL of your heroku 😵 http://XXXX.herokuapp.com which is not yet created when you click on
Deploy on Heroku
button.That's what i'm trying to do in b87a56c but it doesn't work because heroku cli is not available from inside a dyno (makes sense)
Right now I can't find a way to config the app.json in order to set it automatically after the overall one click creation process.
maybe @dzuelke has an idea ?
The text was updated successfully, but these errors were encountered: