Live data from Hacker News

GitHub was down

githubstatus.com

1–10 of 88 posts

Re: GitHub was down

#3
Unfortunately right when we were trying to deploy a hot-fix to production, our CI can't clone the PR to run tests.

What do other folks use to avoid this situation? Have a Gitlab instance or similar that you can pull from instead for CI?

Re: GitHub was down

#5
post #3

Unfortunately right when we were trying to deploy a hot-fix to production, our CI can't clone the PR to run tests. What do other folks use to avoid this situation? Have a Gitlab instance or similar that you can pull from instead for CI?

Can you make a local build? Our fallback is that someone does the CI/CD steps manually.

Re: GitHub was down

#8
What's the best practice for high availability (self-hosted?) repositories?

Is there a pass-through proxy for git? Or a leader-follower arrangement that is nice, with a proxy server?

Post reply on HN