Skip to content

Commit 9bc739d

Browse files
Merge pull request #29 from xima-media/upload_code_verbosity
feat: suppress verbose rsync output
2 parents f2cd6f1 + 60155c4 commit 9bc739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipe/deploy_upload_code.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// upload files/folders
77
foreach (get('upload_paths') as $path) {
88
if (testLocally('[ -f ' . $path . ' ]') || testLocally('[ -d ' . $path . ' ]')) {
9-
upload($path, '{{release_path}}/', ['options' => ['-R']]);
9+
upload($path, '{{release_path}}/', ['options' => ['-Rq']]);
1010
}
1111
}
1212

0 commit comments

Comments
 (0)