mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-11-15 13:45:00 -05:00
Disabled Rsync delete by default. Closes #787
This commit is contained in:
parent
bfbb8f32fb
commit
2b67270f96
2
Rakefile
2
Rakefile
@ -7,7 +7,7 @@ require "stringex"
|
|||||||
ssh_user = "user@domain.com"
|
ssh_user = "user@domain.com"
|
||||||
ssh_port = "22"
|
ssh_port = "22"
|
||||||
document_root = "~/website.com/"
|
document_root = "~/website.com/"
|
||||||
rsync_delete = true
|
rsync_delete = false
|
||||||
deploy_default = "rsync"
|
deploy_default = "rsync"
|
||||||
|
|
||||||
# This will be configured for you when you run config_deploy
|
# This will be configured for you when you run config_deploy
|
||||||
|
Loading…
Reference in New Issue
Block a user