simple-php-git-deploy icon indicating copy to clipboard operation
simple-php-git-deploy copied to clipboard

New features

Open HyprUsr opened this issue 6 years ago • 2 comments

HyprUsr avatar Aug 01 '19 08:08 HyprUsr

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.

peter279k avatar Aug 10 '19 15:08 peter279k

There are 3 new features in this PR:

  1. 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)
  2. 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)
  3. 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.

HyprUsr avatar Aug 13 '19 06:08 HyprUsr