Remove with app_*.php also config.php

This commit is contained in:
Martin Zajíc 2015-08-18 14:43:27 +02:00
parent 42411c568e
commit a28c003164

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();