Skip to content

Commit

Permalink
fix: supabase deploy version (#4083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mariojsnunes authored Jan 16, 2025
1 parent cde2fc3 commit 5de0ba2
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 5de0ba2

Please sign in to comment.