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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What are you using for Continuous Deployment (CD)?

5 点作者 rkrzr将近 2 年前
We are currently working on supporting continuous deployments, but it seems that no suitable tools are available. We don&#x27;t have particularly outlandish requirements, we want something that:<p>- Can be triggered via a webhook or from a GitHub PR&#x2F;comment - Can queue up multiple releases (of the same or different services) and deploy them in series - Flexibility (works not only with Kubernetes)<p>So far we&#x27;ve looked at Tekton, Buildbot, and GoCD. It seems none of them support our use cases: GoCD and Tekton don&#x27;t support queuing of releases and Buildbot requires so much customization that we might as well continue building our own solution.<p>What do other modern medium-sized software companies use to make continuous deployment a reality?

3 条评论

breckenedge将近 2 年前
GitHub actions. It queues deploys. There are a surprising number of freely available deploy actions.
lwhsiao将近 2 年前
Likely doesn&#x27;t satisfy your requirements, but we are using ArgoCD.
kidgorgeous将近 2 年前
we use bigquery at the fortune 500 company I currently contract for
评论 #36292610 未加载