Hi Amain,

You should set deploy_to in the stage file, and set it before it's used
anywhere. (Ideally before you `load` deploy.rb) - here's the definition at
Github:

https://github.com/capistrano/capistrano/blob/master/lib/capistrano/recipes/deploy.rb#L28

It's _cset which is conditional-set (you can also check the implementation
in that file) – when you want to change paths, you should use multistage's
features really.

- Lee

-- 
* 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