Skip to content

Commit

Permalink
feat(ci): Add ci-migration script
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Apr 27, 2024
1 parent 785066f commit 8de892f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions backend/ci-migration.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash

# Set the project ID from environment variable
PROJECT_ID=$PROJECT_ID

# Run supabase link
supabase link --project-ref $PROJECT_ID

# Run supabase db push
supabase db push --linked

0 comments on commit 8de892f

Please sign in to comment.