Skip to content

Commit

Permalink
Disabled Rsync delete by default. Closes #787
Browse files Browse the repository at this point in the history
  • Loading branch information
imathis authored and steveklabnik committed Nov 12, 2012
1 parent 11c6b1c commit 46ff252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ end
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
Expand Down

0 comments on commit 46ff252

Please sign in to comment.