|
|
@ -8,7 +8,7 @@ use Mage\Task\SkipException; |
|
|
|
* |
|
|
|
* |
|
|
|
* Usage : |
|
|
|
* Usage : |
|
|
|
* pre-deploy: |
|
|
|
* pre-deploy: |
|
|
|
* - filesystem/permissions-writable-by-web-server: {paths: /var/www/myapp/app/cache:/var/www/myapp/app/cache, recursive: false, checkPathsExist: true} |
|
|
|
* - filesystem/permissions-writable-by-web-server: {paths: /var/www/myapp/app/cache:/var/www/myapp/app/logs, recursive: false, checkPathsExist: true} |
|
|
|
* on-deploy: |
|
|
|
* on-deploy: |
|
|
|
* - filesystem/permissions-writable-by-web-server: {paths: app/cache:app/logs, recursive: false, checkPathsExist: true} |
|
|
|
* - filesystem/permissions-writable-by-web-server: {paths: app/cache:app/logs, recursive: false, checkPathsExist: true} |
|
|
|
* |
|
|
|
* |
|
|
|