Live data from Hacker News

GitHub Is Down

githubstatus.com

21–30 of 93 posts

Re: GitHub Is Down

#22

That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface. Any ideas?

Deploy to another Heroku environment and use DNS to reroute the traffic temporarily?

Re: GitHub Is Down

#25
post #16

That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface. Any ideas?

How about git push heroku master from local branch?

Ho! I just forgot about it. Thanks a lot. It's running ¯\_(ツ)_/¯

Re: GitHub Is Down

#27

That's great. 2 minutes before it went down a pipeline workflow ran in Heroku deploying a bug to my app. Now I can't deploy the hotfix since it depends on Github and I'm not able to revert to the last successful build on the Heroku interface. Any ideas?

Doesn't Heroku have a rollback feature in their dashboard?
Post reply on HN