-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: The process '/usr/bin/rsync' failed with exit code 255 #16
Comments
You need to set the folder user ownership at your server.
"user" is your server username |
Also if you do not have the rsync installed in your linux server, you need to run
|
Hey @michellavezzo I managed to get it working after installing Rsync—thank you so much! Regarding ownership permissions, I encountered a similar issue while using LAMP Packaged by Bitnami on a Lightsail VPS. I couldn't create files until I stumbled upon this fix:
Do you think this setup should work fine? I've got another question about the rsync options. It appears that the deployment doesn't work when specifying exclusions without these options: --archive --verbose --compress --human-readable --progress --delete-after. Are these necessary? If so, any idea why? Thanks in advance for your help! 🙏 |
To be honest, I don't know how to answer your questions hehe, but I hope a good citizen has his answers. |
@Aatmik-Sanghvi can you share me your workflow code ? |
@Aatmik-Sanghvi try this one and don't forget to give ur TARGET PATH permissions
|
@mimoudix sure here it is, on: jobs:
|
@mimoudix I am not getting what are you saying about the target path permission. I am directly trying to edit the .yml file in the github so don't think so the destination-path: ~/htdocs needs to be added. let me know if i am right or wrong as I am new to adding the workflows in github actions. |
Bug Description
A clear and concise description of what the bug is.
My Action Config
My Action Log
The text was updated successfully, but these errors were encountered: