mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Remove with app_*.php also config.php
This commit is contained in:
parent
42411c568e
commit
a28c003164
@ -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