Right now, I have to run cap deploy and cap deploy:migrations if there are migrations to be run.
how I modify the cap deploy task to run migrations.
|
Right now, I have to run cap deploy and cap deploy:migrations if there are migrations to be run. how I modify the cap deploy task to run migrations. |
||||
|
|
|
Just add:
to your |
|||
|
|