Skip to content

Commit

Permalink
Update production.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
r-southworth authored Oct 26, 2023
1 parent 38c874f commit a8b33c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
version: latest

- run: supabase link --project-ref $SUPABASE_PROJECT_ID --db-url "postgres://postgres:$SUPABASE_DB_PASSWORD@db.$SUPABASE_PROJECT_ID.supabase.co:5432/postgres?sslmode=require"
- run: supabase link --project-ref $SUPABASE_PROJECT_ID --dns-resolver https

- name: Database Migrations push
run: supabase db push

0 comments on commit a8b33c5

Please sign in to comment.