Hacker News new | ask | show | jobs
by InsideTheBox 3921 days ago
Nice!

At work we use self-hosted GitLab for everything.

Now I need a private repo (personal project) to deploy on my VPS, any opinions about GitLab vs Bitbucket for this use case? Speed, stability? I'm probably going to use Fabric this time.

2 comments

Gitlab or Bitbucket aren't going to handle deploys for you.

You need gitlab-ci with the continuous deployment option.

For others: Fabric is a python project similar to Capistrano.

Why Fabric over GitLab?
I mean GitLab/Bitbucket just for the private git repo. Fabric for tasks, atomic deploy (I think that's the word), etc. I'm only experienced with self-hosted, never used their services.

> GitLab.com offers free unlimited (private) repositories and unlimited collaborators, please sign up or in on the right.