Disable automatic Laravel migrations

Database migrations are run on each deployment if an artisan file is found in the root directory of your application. You can disable automatic database migrations for Laravel applications.

How to disable automatic Composer installations

After turning off Database migrations, your next deployment will not automatically run php artisan migrate