Disabled Rsync delete by default. Closes #787
This commit is contained in:
parent
bfbb8f32fb
commit
2b67270f96
1 changed files with 1 additions and 1 deletions
2
Rakefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue