John Cadengo
John Cadengo
Hi, this is the error I am getting.  Do you have any idea what I'm doing wrong? I am trying to run...
@powpowland did you ever get this to work?
I used `disable-demo-users` and when I go to the homepage, it still has a link for "Create Demo Account" When I press "Create Demo Account" it gives me "Unexpected Validation...
I am running into this behavior as well. Any fixes? I'm not too sure about trying something that involves the statement "This will slightly mess up your system."
@stam a DNS proxy server seems like a more elegant solution, which is why I was trying to get this to work. However, like you, I ran into issues with...
@josegonzalez thanks for letting me know. The use case is that my deploys to dokku take quite a bit of time. I'm using Rails 5/6 with webpacker, and precompiling assets...
I'd recommend using the `app.json` from the code being pushed, as it's likely to be the user's expectation for which failure task to run. For example, if you're updating the...
I see. If we're using the `herokuish` image, would we still have access to the files from our repo in the deploy? Would the keys be something like `scripts.deployfail` or...
I see. Would we have access to env vars?
Ok, in that case `herokuish` image sounds fine to me. Not sure what expectations others might have. My original intent for accessing repository files would be to run a custom...