simple-php-git-deploy
simple-php-git-deploy copied to clipboard
New features
Could you explain this PR and new features?
The commits are not clear and it's populated other previous commits.
This should be considered and organize these commits in this PR.
There are 3 new features in this PR:
- Change directory permissions: for example upload directory always has to have write permission. you can define these directories and permissions to update the permissions. (commit 4586cd3)
- Replace the config files after deployment: the environment variables have to be untouched after each deployment. so it copies the config file to the already deployed project. (commit fffeea7)
- CSS and JS compressor (by YUI): it compresses the CSS and JS of the project after each deployment. (commit 68837a2)
if you have any further questions don't hesitate to ask.