I\'ve got a capfile that has a role defined at the top of it, with a bunch of tasks below.It works great, but I want to be able to easily (and programatically) update the machines in the roles list.I
i seem to have a discrepancy between production\'s gem path when I installed manually versusby bundler+capistran开发者_开发技巧o.
Whenever I deploy using capistrano I am prompted to enter the passphrase twice. Why is that and how can I resolve it?
I keep getting the following error when trying to deploy my app with the bundle/install option: failed: \"sh -c \'cd /home/deploy/swamp/releases/20110903003336
we have been uising capistrano to roll out changes for some time (it was set up by a previous coder). as IT have decided to remove his workspace from perforce ive created a new one in my name and figu
I try to deploy with \"cap deploy:migrations\" since I have 3 new migrations which need to be executed on live server. The result is:
Everytime I deploy my redmine repository with capistrano my files are gone. I can see that capistrano symlinks the public directory, but not the {ROOT}/files directory.
I\'m trying to modify my capistrano file to deploy into 2 different servers at the same time (don\'t really want to cap production1 deploy and cap production2 deploy and cap forever deploy) and there\
This is similar to: Using rvmsudo with Capistrano I\'m wondering if there is a specific switch in rvm/capistrano that enables rvmsudo.Without it I get errors like:
I am trying to deploy my RoR application with Capistrano. Everything was fine until I introduced another role in my Capistrano config, the :web role, which supposedly would be my HTTP/reverse proxy se