Skip to content

Commit 2b67270

Browse files
committed
Disabled Rsync delete by default. Closes imathis#787
1 parent bfbb8f3 commit 2b67270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ require "stringex"
77
ssh_user = "[email protected]"
88
ssh_port = "22"
99
document_root = "~/website.com/"
10-
rsync_delete = true
10+
rsync_delete = false
1111
deploy_default = "rsync"
1212

1313
# This will be configured for you when you run config_deploy

0 commit comments

Comments
 (0)