Skip to content

Commit

Permalink
Updated deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Dec 18, 2024
1 parent ee3da46 commit 6eaa457
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 34 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ jobs:
verification_path: /api/health
verification_retry_attempts: "5"
verification_retry_seconds: "15"
- name: Install dependencies
run: |
cd backend
npm ci
- name: Run Prisma Migrations
run: |
cd backend
npx prisma migrate deploy
frontend:
name: Frontend
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/prisma-migrations.yml

This file was deleted.

0 comments on commit 6eaa457

Please sign in to comment.