Skip to content

Commit

Permalink
Fixed capistrano and git bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmwatson committed Mar 10, 2009
1 parent 48ad864 commit 9260806
Show file tree
Hide file tree
Showing 3 changed files with 14,974 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/deploy.rb
@@ -1,6 +1,7 @@
set :user, 'deploy'
set :application, "sickcity.org"
set :scm, :git
set :branch, 'master'
set :repository, "git://github.com/paulmwatson/sickcity.git"
after "deploy:update_code", "deploy:symlink_configs"

Expand Down
Binary file modified db/development.sqlite3
Binary file not shown.

0 comments on commit 9260806

Please sign in to comment.