Skip to content

Commit

Permalink
Update deploy-preview.yml
Browse files Browse the repository at this point in the history
fix: typo with Prisma migrate command
  • Loading branch information
spidertwin2 committed Jul 4, 2024
1 parent d616fa9 commit c2525bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo DATABASE_URL=${{ steps.create-branch.outputs.db_url_with_pooler }}?sslmode=require >> .env
pnpm dlx primsa mirgrate deploy
pnpm dlx primsa migrate deploy
- name: Deploy
id: deploy
Expand Down

0 comments on commit c2525bb

Please sign in to comment.