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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Show HN: Bluish. Another CI/CD Tool

1 点作者 luismedel9 个月前

1 comment

luismedel9 个月前
Hi HN,<p>Three weeks ago I started writing a custom CI&#x2F;CD system for my projects just for fun. It started by refactoring some messy deploy scripts and I ended converting them to YAML and writing a Githubactions-esque CI&#x2F;CD tool in Python.<p>I&#x27;m still working on the internals. Right now the code is hard to look at in some points. While it&#x27;s still in a very early stage, I&#x27;m already using it for my personal projects.<p>Usage is very straightforward for any user capable of running a pip install. Check <a href="https:&#x2F;&#x2F;github.com&#x2F;luismedel&#x2F;bluish&#x2F;wiki">https:&#x2F;&#x2F;github.com&#x2F;luismedel&#x2F;bluish&#x2F;wiki</a> for some WIP docs.<p>About the name: I was triying to do a sort of blue-green deploy system. Soy bluish sounded almost right for it. Also, it includes my name and ends with sh. Triple win.<p>PS: After this, I can&#x27;t stop wondering if working with yaml-ized scripts isn&#x27;t really working with a glorified AST, except you can&#x27;t write functions and need for someone to write the actions you need... :-)