* agib <[EMAIL PROTECTED]> [2007-08-09 03:47:53 -0000]: > I'm trying to use Capistrano to do a simple deployment of a PHP > project from a subversion repository. I'm interested in the releases/ > current structure, but I can't seem to figure out how the release_path > and current_path variables get defined... are they automatically > defined?
Yip, they are defined in the "deploy" recipe. http://dev.rubyonrails.org/browser/tools/capistrano/lib/capistrano/recipes/deploy.rb Cheers, Tim --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
