Created
September 5, 2009 20:12
-
-
Save edavis10/181500 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
git diff | |
diff --git a/config/deploy.rb b/config/deploy.rb | |
index 4140c0b..acaa784 100644 | |
--- a/config/deploy.rb | |
+++ b/config/deploy.rb | |
@@ -3,7 +3,7 @@ set :repository, "[email protected]:redmine.git" | |
set :scm, :git | |
set :git_enable_submodules,1 | |
#set :deploy_via, :remote_cache | |
-set :deploy_via, :copy | |
+set :deploy_via, :fast_remote_cache | |
# ============================================================================= | |
# OPTIONAL VARIABLES | |
diff --git a/vendor/plugins/budget_plugin b/vendor/plugins/budget_plugin | |
index 8413b26..a55227c 160000 | |
--- a/vendor/plugins/budget_plugin | |
+++ b/vendor/plugins/budget_plugin | |
@@ -1 +1 @@ | |
-Subproject commit 8413b26a15b74817b28509c3664da76f072ab36d | |
+Subproject commit a55227c9bbf69dec43643566014448da5e49343e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment