Skip to content

.github/workflows/db_cd.yaml #1

.github/workflows/db_cd.yaml

.github/workflows/db_cd.yaml #1

Workflow file for this run

# https://supabase.com/docs/guides/deployment/ci/testing
on:
workflow_dispatch:
jobs:
tests:
runs-on: ubuntu-latest
timeout-minutes: 20
steps:
- uses: actions/checkout@v4
- uses: supabase/setup-cli@v1
with:
version: latest
- run: supabase link --project-ref $SUPABASE_PROJECT_ID
- run: supabase db push