Updated deploy.rb to use git to deploymob
commitb6603288d0aa962858ef12d5301c00c5ab6a8695
authorMatt Moriarity <matt.moriarity@gmail.com>
Tue, 24 Jul 2007 19:39:59 +0000 (24 15:39 -0400)
committerMatt Moriarity <matt.moriarity@gmail.com>
Tue, 24 Jul 2007 19:39:59 +0000 (24 15:39 -0400)
tree2890606baee2f0ddadfd42bf81bdfbda984f8872
parent02527f556ac7478b4c9cb646ade0db7d1623ac54
Updated deploy.rb to use git to deploy

Someone wishing to deploy must add a config/deploy_local.rb file and set
:local_scm_command and :local_git_dir to reflect their local setup. As far
as I can tell, you can only deploy the head of the master branch, but it
works for me.

Also, we're now ignoring .DS_Store. Man, those files are annoying.
.gitignore
Capfile
config/.gitignore
config/deploy.rb