Skip to content

Commit

Permalink
ci: Update PNPM command for prisma deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
diego3g committed Jul 13, 2023
1 parent 0a1a067 commit 48aecbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
touch .env
echo DATABASE_URL="${{ secrets.DATABASE_URL}}" >> .env
echo DIRECT_DATABASE_URL="${{ secrets.DIRECT_DATABASE_URL}}" >> .env
pnpm prisma migrate deploy
pnpm dlx prisma migrate deploy
- name: Install Vercel CLI
run: pnpm i -g vercel@latest
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ Upload videos, upload to panda and R2, embed om player

- datadog / sentry
- login
- tag logic
- tag logic
- use github login when VERCEL_ENV is preview

0 comments on commit 48aecbf

Please sign in to comment.