5 ms·
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 Bitbuck
by InsideTheBox 11y 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.
- jobvandervoort 11y agoWhy Fabric over GitLab?
- InsideTheBox 11y agoI 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.
- deleted 11y ago[deleted]
- hackerboos 11y agoGitlab 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.