Skip to content

Commit

Permalink
fix: add db url
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Nov 30, 2024
1 parent 4d84636 commit f350d4b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,8 +369,7 @@ jobs:
- image: cimg/node:20.7.0
steps:
- run: npx supabase login --token $SUPABASE_ACCESS_TOKEN
- run: npx supabase link --project-ref $SUPABASE_PROJECT_ID --password $SUPABASE_DB_PASSWORD
- run: npx supabase db push
- run: npx supabase db push --db-url $SUPABASE_DB_URL
# Run cypress e2e tests on chrome
test_e2e:
docker: *docker
Expand Down

0 comments on commit f350d4b

Please sign in to comment.