Hi,

I'm just trying to automate the deployment process in a way that it
shouldn't ask the user for any input.

The deploy.rb looks something like this

set :application, "application"
set(:tagid) { Capistrano::CLI.ui.ask("tagid: ") }
set :repository, "http://serv3.himanshu.com/Project/Tags/QA/#{tagid}";


Is there a way I can pass the tagid as an external parameter to the script.
I have a shell script which in turn calls the deployment script, so is there
a way I can pass the tagid which I'm getting from some method.

Regards,
Himanshu

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