Merge pull request #431 from zajca/patch-1

Remove with app_*.php also config.php
This commit is contained in:
Anton Medvedev 2015-08-18 20:23:35 +07:00
commit 9f3a804fee

View File

@ -100,6 +100,7 @@ task('database:migrate', function () {
task('deploy:clear_controllers', function () {
run("rm -f {{release_path}}/web/app_*.php");
run("rm -f {{release_path}}/web/config.php");
})->setPrivate();