Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Dec 18, 2024
1 parent 6eaa457 commit 775565d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
cd backend
npm ci
- name: Run Prisma Migrations
env:
DATABASE_URL: "postgresql://${{ secrets.DB_USER }}:${{ secrets.DB_PASSWORD }}@nr-nmp-database-${{ github.event.number }}:${{ secrets.DB_PORT }}/${{ secrets.DB_NAME }}?schema=public"
run: |
cd backend
npx prisma migrate deploy
Expand Down

0 comments on commit 775565d

Please sign in to comment.