issue with upload() file/folder permissions #2988
Unanswered
scollovati
asked this question in
Help needed
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using
upload()
https://deployer.org/docs/6.x/api#upload since I cannot put on the server the Git SSH keys for privacy reasons. However, the uploaded folders and files have a wrong onwer and group owner. Basically it is set to 1000 (owner) and username (group owner) [username is one of the group names in the server).How can I set the owner and groups as for the other folders (I don't want to tweak directly with chown/chgrp)?
Beta Was this translation helpful? Give feedback.
All reactions