^ Sounds good... it's not impossible to configure your testing server to
initiate the deploys, and there are git settings for which tag to deploy,
you should be albe to do something like:

$ BUILD=a6fcc4 cap extract_build deploy

task :extract_build
    set :branch, ENV['BUILD']
end

^^ I think something like this could work, but you'll have to experiment

-- Lee Hambley

Twitter: @leehambley | @capistranorb

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

Reply via email to