aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Mathis <brandon@imathis.com>2012-10-13 15:36:25 -0500
committerBrandon Mathis <brandon@imathis.com>2012-10-13 15:36:25 -0500
commit2b67270f960563c55dd6c66495517bccc4f7fb17 (patch)
treef6e89e6bca6f99c334333c62b31c8300a73b6996
parentbfbb8f32fb073b5eec466fd15062dd506cf2b22d (diff)
downloadmy_new_personal_website-2b67270f960563c55dd6c66495517bccc4f7fb17.tar.xz
my_new_personal_website-2b67270f960563c55dd6c66495517bccc4f7fb17.zip
Disabled Rsync delete by default. Closes #787
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 1b5ece6d..3addaaf2 100644
--- a/Rakefile
+++ b/Rakefile
@@ -7,7 +7,7 @@ require "stringex"
ssh_user = "user@domain.com"
ssh_port = "22"
document_root = "~/website.com/"
-rsync_delete = true
+rsync_delete = false
deploy_default = "rsync"
# This will be configured for you when you run config_deploy