Command to run migration files from code to create db in the supabase
cd /var/www/html/project_name
supabase link --project-ref supabase_id
supabase db push
----------------------------------------
Command to deploy the functions from code to the supabase
--------------------------------------------
supabase functions deploy --project-ref supabase_id