I make a change on the local server (something obvious, removing a <h1/>). I see it on the local machine. I then commit and push the changes and do cap deploy.
I know this question has probably been asked so many times here, but I didn\'t really find a good answer. I\'m trying to find a simplest solution to do basically just checkout a git project on an ec2
How can I set the shell in the Capistrano run command to use bash instead of sh? I am 开发者_如何学Pythontrying to install RVM and I need to execute the command:
I\'m looking for something analogous to Capistrano for Rails - https://github.com/capistrano/capistrano/wiki/
My master branch layout is like this: / <-- top level /client <-- desktop client source files /server <-- Rails app
I\'m deploying a rails app to a VPS with capistrano, bundler开发者_运维知识库 and rvm. Here is part of my deploy.rb
I use Rack on my server. I use Passenger on my server. I use Capistrano on my server. I do not yet use RVM on my server.
I\'m encountering a bug using Capistrano. I\'ve narrowed down the bug to literally this line of code:
I am using Capistrano to deploy an application in a nonstandard manner and I have a very large file that I upload to multiple servers through a gateway.I would like, instead of having capistrano uploa
I added the this line load \'deploy/assets\' to my Capfile to deploy assets with Rails 3.1. Capistrano gets to this line