We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbb8f3 commit 2b67270Copy full SHA for 2b67270
Rakefile
@@ -7,7 +7,7 @@ require "stringex"
7
ssh_user = "[email protected]"
8
ssh_port = "22"
9
document_root = "~/website.com/"
10
-rsync_delete = true
+rsync_delete = false
11
deploy_default = "rsync"
12
13
# This will be configured for you when you run config_deploy
0 commit comments