Ask HN:为我的本地实验室寻找 CI/CD 项目

3作者: q8zd33 天前
您好,我在家里有几台电脑,用于构建和测试我正在进行的任何项目。目前的问题是我所有的操作都是通过“手动 SSH/SCP”(一些基础的 Bash 脚本)来完成的。 我想知道是否有人使用某种本地 CI 软件来自动化这个过程:获取我的源代码,将其发送到一台机器,运行一些命令,然后向我展示日志(我接受在后台通过 SSH 进行操作)。有什么建议吗? 提前感谢。
查看原文
Hello, I have a couple of computers in my home that I use to build and test whatever I am working on. The problem is that I currently do everything over &quot;manual ssh&#x2F;scp&quot; (some basic bash scripting).<p>I was wondering if anyone uses some kind of of local CI software to automate this process: pick my source code, send it to a machine, run some commands and show me the log (I am ok with doing it over ssh under the hood). Any tips?<p>Thanks in advance.