Hello all,

I have my local dev machine were I normally work.

While I'm developing on a project I would like to deploy it to a
remote dev server.

someprojectname.mypersonalsite.me

Once that it's done, and all is working perfectly nice, I would like
to deploy it (again) but this time, to the production server.

someprojectname.org

Is it possible to have this workflow using Capistrano ?
Is it a question of creating a right deploy.rb file ?


A lot of web projects require that, on the dev side and on the
production side, some values may change.
For example, while developing, we allow form submissions to go to our
emails, so we change the files accordingly. However, on the production
side, those emails should be the client emails and not ours.


For changes like this, that may occur here and there on several files,
from dev environment to production environment, can Capistrano help me
somehow?


Thanks in advance,
Marcio

-- 
* You received this message because you are subscribed to the Google Groups 
"Capistrano" group.
* To post to this group, send email to capistrano@googlegroups.com
* To unsubscribe from this group, send email to 
capistrano+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/capistrano?hl=en

Reply via email to