Quantcast
Channel: The Dev Blog: Deploying to Staging and Production with Capistrano
Browsing latest articles
Browse All 5 View Live

"Deploying to Staging and Production with Capistrano" by Maxim Kulkin

Nice post.I used similar technique, but I had two capistrano recipes: for production and for staging. All tasks were contained in production deployment recipe and staging recipe just "required"...

View Article



"Deploying to Staging and Production with Capistrano" by Guy Naor

The different recipies is a nice idea, but then you need to manage 2 sets of recipies. So it's not completely DRY. And I have many non-standard recipies, as I manage everything with capistrano.As for...

View Article

"Deploying to Staging and Production with Capistrano" by Maxim Kulkin

About DRY with 2 recipes: I just "require" one in another and redefine some variables. Something like that:== deploy_staging.rb require 'config/deploy_production' set :deploy_to,...

View Article

"Deploying to Staging and Production with Capistrano" by Guy Naor

That's actually much better if you need different recipes. Though in my case because they are all similar aside from the deploy to stuff, a small if makes it simpler.Also, I forgot to mention the usage...

View Article

Deploying to Staging and Production with Capistrano

After an application is released, deployment should be in stages. To a test server, a staging server and a production one. I hope you have a staging server...But capistrano has no knowledge of the...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images