Community Announcements have moved! To stay up to date, please join the new Community Announcements group today. Learn more
×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.