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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

How I learned to stop worrying and love the unicorn...

37 点作者 swindsor大约 14 年前

3 条评论

jwedgwood大约 14 年前
Great article, and fun to see what is going on inside. We used a similar strategy with great success at my last company (though we were using Passenger).<p>Once you've nailed the zero-downtime deployment, it's a short hop to adding a small box (or a script on your test server) to do continuous integration and then moving from there to continuous deployment. For our small team this setup was really liberating.<p>If you head down that path, I'd love to see updates on what your team's experience is with that transition.
评论 #2424527 未加载
whoisbubba4大约 14 年前
Nice writeup -- at Jambool/Social Gold we used a similar approach which enabled us to do deployments continuously throughout the day without interrupting transactions. This was key to allowing us to iterate faster and incrementally deploy small pieces of larger projects without having take downtime.
jasonlgrimes大约 14 年前
Going from 1-2 deployments a day to 10 without downtime - Awesome stuff!