Created
September 14, 2009 19:54
-
-
Save boffbowsh/186886 to your computer and use it in GitHub Desktop.
deploy.rb.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, "[email protected]: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