mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 08:45:04 +01:00
Removed setting the 'auto_migrate' global variable, since it had no effect on anything.
This commit is contained in:
parent
c01f73f03d
commit
09602bbe48
@ -23,9 +23,6 @@ set('writable_dirs', ['app/cache', 'app/logs']);
|
||||
// Assets
|
||||
set('assets', ['web/css', 'web/images', 'web/js']);
|
||||
|
||||
// Auto migrate
|
||||
set('auto_migrate', false);
|
||||
|
||||
// Environment vars
|
||||
env('env_vars', 'SYMFONY_ENV=prod');
|
||||
env('env', 'prod');
|
||||
|
Loading…
x
Reference in New Issue
Block a user