Basejump Logo

Basejump

DocsGetting StartedSupabase Test Helpers
Basejump on GithubBasejump on Twitter
Close Documentation Menu
  • Quick Start
  • Setup
  • Account Types
  • Configuration Variables
  • Environment Variables
  • Setup Stripe
  • Developing
  • Permissions and RLS
  • Convenience Methods
  • Content
  • Blog Template
  • Docs Template
  • Deploying
  • Setup Supabase
  • Deploying Migrations
  • Deploying to Vercel
Documentation Menu
Deploying

Deploying Migrations

Prerequisites

Before you can deploy your supabase project, you must have a few things done.

  • Install the Supabase CLI
  • Setup your Supabase Project

Setup the Supabase CLI

In general, you can follow the official guide for up to date info.

Login to Supabase

supabase login

Link your project

You can get your project ID on the Settings page of your project. To finish this, you'll need the database password you input when creating your project.

supabase link --project-ref <project-id>

Run your migrations

You'll need your database password for this step too.

supabase db push
Close Documentation Menu
  • Quick Start
  • Setup
  • Account Types
  • Configuration Variables
  • Environment Variables
  • Setup Stripe
  • Developing
  • Permissions and RLS
  • Convenience Methods
  • Content
  • Blog Template
  • Docs Template
  • Deploying
  • Setup Supabase
  • Deploying Migrations
  • Deploying to Vercel

© 2023 usebasejump.com

Basejump Logo

Basejump

  • Docs
  • Getting Started
  • Supabase Test Helpers
  • Basejump on GithubBasejump on Twitter