Commit 49987a6
fix(ci): pass SSH keep-alive via rsh param and drop redundant compression
The `options` parameter does not exist in burnett01/rsync-deployments,
so SSH keep-alive settings were silently ignored, causing broken pipe
errors on large transfers. Move them to the correct `rsh` parameter,
remove `-z` (images are already compressed), and add `--timeout=300`.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 567b745 commit 49987a6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
208 | | - | |
| 207 | + | |
| 208 | + | |
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
| |||
0 commit comments