mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Merge pull request #431 from zajca/patch-1
Remove with app_*.php also config.php
This commit is contained in:
commit
9f3a804fee
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user