capistrano
Can I split up my Capistrano capfile?
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[详细]
2023-04-03 00:31 分类:问答RVM, Capistrano and bundler path issues
i seem to have a discrepancy between production\'s gem path when I installed manually versusby bundler+capistran开发者_开发技巧o.[详细]
2023-04-02 22:54 分类:问答Why does Capistrano ask for the ssh key's passphrase twice?
Whenever I deploy using capistrano I am prompted to enter the passphrase twice. Why is that and how can I resolve it?[详细]
2023-04-02 09:47 分类:问答Capistrano and Bundler problem - bundle: not found
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[详细]
2023-04-02 08:05 分类:问答Problems deploying with Capistrano and Perforce after changing workspace
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[详细]
2023-04-02 07:31 分类:问答Capistrano "cap deploy:migrations" fails since it tries to run all migrations, not only the pending ones
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:[详细]
2023-04-02 07:30 分类:问答syncing folder after deploy
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.[详细]
2023-04-02 05:58 分类:问答Deploy with capistrano to different server directories at the same time
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\[详细]
2023-04-01 05:11 分类:问答rvmsudo switch for Capistrano?
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:[详细]
2023-03-31 06:10 分类:问答How do I separate roles in Capistrano?
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[详细]
2023-03-31 05:20 分类:问答