file-permissions icon indicating copy to clipboard operation
file-permissions copied to clipboard

File permissions handling for Capistrano v3.*

Results 13 file-permissions issues
Sort by recently updated
recently updated
newest added

Hi, I'm unfortunately facing this error with Ubuntu 14.04 but it works fine with Debian 8 Deploy.rb file: ``` set :file_permissions_paths, ["web", "web/logs", "resources/cache"] set :file_permissions_chmod_mode, "0777" set :file_permissions_users, ["www-data"]...

Hey, Any chance we could get a new tag, given that #9 has been merged? Thanks! Alex

PR containing updates discussed in #9 I also updated the docs a little bit, I hope that’s ok.

Hello, guys! Quick question, does there a reason for executing set fact on each deployment. I mean, if we executed only one time ex tje first deployment, that should be...

having an sticky bit seems unnecessary as it will enforce having those permissions set up and avoids deletion and mv's from groups users, since first run until root/owner comes and...

In the seldom cases when we want to modify the `other` ACL with file-permissions, setting `file_permissions_modify_other` as true would allow us to do so.

Hi, I've a symfony application on my server. I want to set ACL on some directories to grant both ubuntu (deployer) and www-data (application) users. The problem is that www-data...

is it possible to run `deploy:set_permissions:acl` at the really end of the deployment process? It actually seems that a `composer install` process sets some file permissions which I need to...

Hello ! Could you please make a new release using the last pull request #9 merged ? It could be great and much more easier in order to deploy Symfony...