mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 09:12:51 +01:00
1.6 KiB
1.6 KiB
writable
Configuration
http_user
http_group
Used to make a writable directory by a server.
Used in chgrp
mode of writable_mode only.
Attempts automatically to detect http user in process list.
writable_dirs
List of writable dirs.
writable_mode
One of:
- chown
- chgrp
- chmod
- acl
'acl'
writable_use_sudo
Using sudo in writable commands?
false
writable_recursive
Use recursive mode (-R)?
false
writable_chmod_mode
The chmod mode.
'0755'
Tasks
deploy:writable
Make writable dirs.