TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Recommended CI System to run on cloud server

4 点作者 whobar将近 7 年前
I&#x27;m the single developer of a medium sized project. Currently I&#x27;m using a Centos 7 droplet on DigitalOcean to run a collection of scripts using systemd services which makes up the CI system.<p>I&#x27;m looking to expand to use a more extensive CI system such as Jekins&#x2F;Buildabot, so I can more easily visualize the status of jobs and results, and improve robustness and transparency of the system. I&#x27;ve currently got about 5 &quot;jobs&quot; and am looking to add more hence this seems like a good time to migrate to a pre-rolled CI system.<p>Are there any other (free) CI providers I should consider for my (relatively simple) needs? Any issues I should be aware of for running a CI system on a cloud server? I&#x27;ve got 4-core&#x2F;4GB RAM droplet, so resource availability for the jobs themselves is potentially an issue if the CI system is too bloated.<p>I want the web interface to be totally invisible to the public, but I imagine I&#x27;ll be able to set up some rules on the server itself to reject web traffic except from my own IP.

2 条评论

cutety将近 7 年前
As someone else has already mentioned, Drone is really nice.<p>We have a self hosted gitlab instance at work, so I use gitlab’s ci fairly heavily, and I really like it as well. And since hosting an entire gitlab instance just for ci is overkill (just use Drone in that case), you can just install the runner on your servers, and use Gitlab.com (you can make everything private). Which is a good option if you don’t want to setup &amp; maintain something, as all it takes is adding the yum repo and yum -y install gitlab-runner.
评论 #17608897 未加载
nik736将近 7 年前
Drone.