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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

What are the best practices for releasing code from a development to production server?

3 点作者 ACSparks超过 17 年前
We are currently using Ant, and were wondering if there is a different way of doing things.

3 条评论

at超过 17 年前
<a href="http://www.developer.com/open/article.php/998241" rel="nofollow">http://www.developer.com/open/article.php/998241</a> gives a decent overview. <p>My tip is to also track versions of all prod deployments so you know which one was active in production when.
skeevis超过 17 年前
I was using ant, and hated it. What I do now is check in all code into subversion, then if it's ready for release, tag it, then check out the tag directly onto the production server.
inklesspen超过 17 年前
Capistrano is very shiny and nice.