Live data from Hacker News

Ask HN: Use Gitlab vs. GitHub in production?

news.ycombinator.com

1–4 of 4 posts

Re: Ask HN: Use Gitlab vs. GitHub in production?

#3
I would use neither in production. Internal repos stay in our development environment where the dev / qa / testing work is done and the artifacts are built. The artifacts are version named and replicated to our data-centers and public clouds.

Our dev environment have several different technologies for git repositories, based on what each service team prefer. The build systems reference their code repos.

Re: Ask HN: Use Gitlab vs. GitHub in production?

#4

I like gitlab because of in house installation and much better continous integration and deployment support. Free version is extremely generous with features as well.

But from what I understand, even if you're using github https://about.gitlab.com/features/github/, you can have the CI/CD of gitlab feature.

Also, I wonder what's the benefit of in house installation in your case?