Closed boesing closed 2 months ago
I guess its trying to create that tmp file in deployer
home as it connects with deployer@example.com:~
, looks like it has to be an absolute path to the user
home directory instead - but not sure what would be the best way to actually determine that 🤔
This issue has been automatically closed. Please, open a discussion for bug reports and feature requests.
Read more: [https://github.com/deployphp/deployer/discussions/3888]
This issue has been automatically closed. Please, open a discussion for bug reports and feature requests.
Read more: [https://github.com/deployphp/deployer/discussions/3888]
Cache tool can be downloaded via:
On the server side, there is a
user
within a groupdeployment
. Home directories are only writable by the user itself, so neitherdeployer
can write touser
noruser
can write todeployer
home directory. Thedeployer
user is in thedeployment
group as well.The
sudoers
has:Looks to me as if
rsync
has already executedsudo
and becameuser
but somehow wants to create an upload temp file indeployer
home directory.Upvote & Fund