Skip to content

Instantly share code, notes, and snippets.

@boffbowsh
Created September 14, 2009 19:54
Show Gist options
  • Save boffbowsh/186886 to your computer and use it in GitHub Desktop.
Save boffbowsh/186886 to your computer and use it in GitHub Desktop.
deploy.rb.diff
diff --git a/config/deploy.rb b/config/deploy.rb
index b5ad582..bdb8592 100644
--- a/config/deploy.rb
+++ b/config/deploy.rb
@@ -16,10 +16,6 @@ set :deploy_via, :remote_cache
set :repository, "git@github.com:rawnet/lastpercent.git"
set :scm, :git
-on :start do
- `ssh-add`
-end
-
depend :remote, :gem, 'capistrano-ext', ">0"
depend :remote, :gem, 'chronic', ">0"
depend :remote, :gem, 'javan-whenever', ">0", :source => 'http://gems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment