scttnlsn / dandelion

Incremental Git repository deployment.
http://scttnlsn.github.io/dandelion
MIT License
738 stars 60 forks source link

Changing Permissions #156

Closed humanjpg closed 8 years ago

humanjpg commented 8 years ago

I'm finding that sometimes some of my files seem to change permissions between the local version and production version.

Trying to track down what it might be. Is there anything in Dandelion that could possibly be causing this?

Cheers

scttnlsn commented 8 years ago

What adapter are you using? Some of the adapters currently support preserving permissions by setting preserve_permissions: true in your config file.

humanjpg commented 8 years ago

Ah okay, nice. I'm using scheme: sftp

Cheers

scttnlsn commented 8 years ago

Please re-open this issue if you continue to have trouble despite adding preserve_permissions: true to your config file.