Ok, thanks for the replies Greg and Lee. CC does have a local Git, so presumably I could pass the SHA of the version that it is building to Cap to build. I'm going to fool around with it a bit and try to force it into submission.
On Feb 25, 3:01 pm, Lee Hambley <[email protected]> wrote: > ^ 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
