TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

3 pointsby ACSparksover 17 years ago
We are currently using Ant, and were wondering if there is a different way of doing things.

3 comments

atover 17 years ago
<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.
skeevisover 17 years ago
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.
inklesspenover 17 years ago
Capistrano is very shiny and nice.