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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Continuous deployment in 5 easy steps

19 点作者 TimothyFitz大约 16 年前

2 条评论

smanek大约 16 年前
I like the idea of automatically doing a full compile and running all unit tests after every commit (assuming your code base is small enough to make it feasible). But, it seems a little crazy to automatically deploy commits to production.<p>I sometimes have merged a large feature into the repo's trunk (thousands of lines of code) - and it seems a bit scary to automatically deploy something that large into production (even with adequate testing). Although, I would like deploying onto a test server/vm automatically.<p>In my experience, changes to the production service have always been manual. Has anyone ever tried having commits automatically deploy to production (when they pass unit tests)?
评论 #539985 未加载
评论 #539758 未加载
listic大约 16 年前
A more practical article was already posted on this topic:<p>Continuous Deployment at IMVU: Doing the impossible fifty times a day. <a href="http://news.ycombinator.com/item?id=475017" rel="nofollow">http://news.ycombinator.com/item?id=475017</a>