deployer
deployer copied to clipboard
Support for writable_files like writable_dirs
The writable-recipie allows to set the owner/group of directories. If also owner/group of files should be set, the workaround (except run) is to use writable_recursive: true and add the parent-directory to writable_dirs. But this changes the permissions of all files and directories within the specified directories. So a new option writable_files would be handy, which sets the owner/group only for the configured files.
Upvote & Fund
- We're using Polar.sh so you can upvote and help fund this issue.
- We receive the funding once the issue is completed & confirmed by you.
- Thank you in advance for helping prioritize & fund our backlog.
I like the idea. Let's figure out on how can we refactor recipe.
How are you dealing with writable files now?