Hello everyone,
I have setup a bitbucket pipeline for deploying a laravel app in shared hosting. I am running PHP aritsan:migrate --force to run the DB migrations.
However, no DB or even tables are created when I open Phpmyadmin. The credentials are correct. The bitbucket pipeline runs perfectly and even show the command executing correctly but there is nothing in phpmyadmin when I open it from the cpanel.