Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default file permissions in deploy.ini #62

Open
zdenekgebauer opened this issue Aug 22, 2015 · 1 comment
Open

default file permissions in deploy.ini #62

zdenekgebauer opened this issue Aug 22, 2015 · 1 comment

Comments

@zdenekgebauer
Copy link

Thanks for interesting tool.

I found some problems with file permissions:

  • when I upload files from windows machine to some servers, created files/folders have permissions 640/750. This is a problem because the files are not readable through webserver.
    I think that deploy.ini should contain options like
    default_permission_file = 644
    default_permission_folder = 755
  • some folder or files require different permissions, in example cache folder must be writable. So deploy,ini should contain options like
    chmod[] = cache:777
    chmod[] = logs/some.log:666
@pocketarc
Copy link
Owner

That sounds like a great idea - I'll build that in as soon as possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants