Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Bozzo authored and Lucas Bozzo committed Apr 28, 2024
1 parent b51a581 commit c50cc76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
cache: 'npm'
- run: npm ci
- run: npm run db:introspect
env:
TURSO_DATABASE_URL: ${{ secrets.TURSO_DATABASE_URL }}
TURSO_AUTH_TOKEN: ${{ secrets.TURSO_AUTH_TOKEN }}
- run: npm run db:migrate
env:
TURSO_DATABASE_URL: ${{ secrets.TURSO_DATABASE_URL }}
Expand Down

0 comments on commit c50cc76

Please sign in to comment.