Disabled Rsync delete by default. Closes #787

source
Brandon Mathis 2012-10-13 15:36:25 -05:00
parent bfbb8f32fb
commit 2b67270f96
1 changed files with 1 additions and 1 deletions

View File

@ -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