diff --git a/recipe/deploy_upload_code.php b/recipe/deploy_upload_code.php index 7451b60..a793c5e 100644 --- a/recipe/deploy_upload_code.php +++ b/recipe/deploy_upload_code.php @@ -6,7 +6,7 @@ // upload files/folders foreach (get('upload_paths') as $path) { if (testLocally('[ -f ' . $path . ' ]') || testLocally('[ -d ' . $path . ' ]')) { - upload($path, '{{release_path}}/', ['options' => ['-R']]); + upload($path, '{{release_path}}/', ['options' => ['-Rq']]); } }