Hacker News new | ask | show | jobs
by rurban 1492 days ago
Only the github connect was broken, automatic deploy. Just push to heroku also, when you push to github.

I just re-enabled the Github connect, re-enabled Automatic Deploy, and removed the `git push heroku` line. 1min.

1 comments

Sure, but that means deploying was broken for a large number of people, and that they had to spend a non-trivial amount of time setting up an alternative deployment method. For us it wasn't too bad as we already had external CI pipelines (but it still took me most of a day to sort it out). But if you were using heroku for CI then it would have been a much bigger issue.