Fix rsync error 23 in Cloudways deployment#10
Merged
Conversation
Closed
Replace -a flag with explicit flags and add -L to follow symlinks. Add --no-perms --no-owner --no-group to avoid permission issues. This prevents "some files/attrs were not transferred" error. Agent-Logs-Url: https://github.com/tinypluginlabs/demo/sessions/6538ea5e-cb6c-487b-ac52-a6ae64e119e0 Co-authored-by: ideag <3252474+ideag@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix workflow fail in deploy website process
Fix rsync error 23 in Cloudways deployment
Mar 29, 2026
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
demo | ffff257 | Mar 29 2026, 08:36 AM |
ideag
approved these changes
Mar 29, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The deploy-website workflow fails with rsync error 23 ("some files/attrs were not transferred") when deploying to Cloudways.
Changes
.github/workflows/deploy-website.ymlReplaced rsync archive mode with explicit flags:
-L: Dereference symlinks (copy target files instead of symlinks)--no-perms --no-owner --no-group: Skip permission/ownership preservation (shared hosting restriction)The
-aflag includes-l(preserve symlinks as symlinks). Broken symlinks or symlinks pointing outside the source tree trigger error 23. Following symlinks with-Lcopies actual file content, making deployments robust on managed hosting.Warning
Firewall rules blocked me from connecting to one or more addresses (expand for details)
I tried to connect to the following addresses, but was blocked by firewall rules:
download.cypress.io/home/REDACTED/work/_temp/ghcca-node/node/bin/node node index.js --exec install(dns block)If you need me to access, download, or install something from one of these locations, you can either:
⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.