Closed arctic289spice closed 2 years ago
hopefully it's temporary. But there's an alternate way through the CLI: https://devcenter.heroku.com/articles/heroku-cli
Once I test it, I will write it down. Or feel free to document deploying from the CLI
I'm not able to access the app. Is this the same issue? Here are the logs from Heroku (I redacted the IP and the URL): 2022-04-20T18:27:17.231989+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/" host=[redacted].herokuapp.com request_id=df62e3d3-c611-41fa-867a-e505c0559709 fwd="194.[redacted]" dyno= connect= service= status=503 bytes= protocol=https
2022-04-20T18:27:17.986480+00:00 heroku[router]: at=error code=H10 desc="App crashed" method=GET path="/favicon.ico" host=[redacted].herokuapp.com request_id=c9f7651e-a5cd-4282-b8f6-0d94ae6bea02 fwd="194.[redacted]" dyno= connect= service= status=503 bytes= protocol=https
@satirical-muzzle Try restarting the Dyno.
Describe the bug
Heroku has updated security policies and is no longer allowing apps to be deployed from GitHub via the Heroku Dashboard or automation. Heroku is attempting to push users towards alternative code deployment mechanisms. It is unclear if this is a temporary Github integration revocation or permanent.
To Reproduce
Expected behavior Heroku auto updates from GitHub.
Screenshots Original email notifying of Heroku policy change
Greater explanation from Heroku account
Auto deployment failure notification