Live data from Hacker News

How to set up continuous deployment using free hosted tools

simonwillison.net

91–92 of 92 posts

Re: How to set up continuous deployment using free hosted tools

#91

I can't believe the author doesn't mention gitlab. Setting up full CI on gitlab is amazing. They have the easily integratable gitlab runners i.e. travis-ci functionality + different build stages for automatic deployment via ansible/chef/whatever and unlimited free private projects to boot. If you're working on anything that can't be public I highly recommend gitlab. Its an amazing service. FYI: I am in no way affilia…

> can't believe the author doesn't mention gitlab. I absolutely agree. We use Gitlab in our company for continuous deployment and it works like a charm. Apart from the other tools I miss some performance monitoring. Sentry is great, but if your application suffers from bad performance after the latest deployment, you won't notice that soon enough.

We're working on adding more performance monitoring to GitLab https://docs.gitlab.com/ee/administration/monitoring/perform...
Post reply on HN