Is anyone using capistrano with git to deploy? I have a very simple setup with Git/Mongrel/Apache/Rails/MySQL all in the same server. Capistrano doesn't seem to have git support, or does it?
Pedro.
Is anyone using capistrano with git to deploy? I have a very simple setup with Git/Mongrel/Apache/Rails/MySQL all in the same server. Capistrano doesn't seem to have git support, or does it?
Pedro.
/usr/lib/ruby/gems/1.8/gems/capistrano-1.3.1/lib/capistrano/scm:
base.rb baz.rb bzr.rb cvs.rb darcs.rb mercurial.rb perforce.rb subversion.rb
So it looks like it supports much more than subversion. Guess I need to look at these files and try to create one for git.
Pedro.