Skip to content

Commit

Permalink
fix: supabase deploy version
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes committed Jan 16, 2025
1 parent cde2fc3 commit 9c3d56a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ jobs:
- checkout
- attach_workspace:
at: '.'
- run: npx supabase login --token $SUPABASE_ACCESS_TOKEN
- run: (yes || true) | npx supabase db push --db-url $SUPABASE_DB_URL --debug
- run: npx supabase@2.3.0 login --token $SUPABASE_ACCESS_TOKEN
- run: (yes || true) | npx supabase@2.3.0 db push --db-url $SUPABASE_DB_URL --debug
# Run cypress e2e tests on chrome
test_e2e:
docker: *docker
Expand Down

0 comments on commit 9c3d56a

Please sign in to comment.