Skip to content

Commit

Permalink
Merge pull request #2 from ParkerSm1th/ParkerSm1th-patch-1
Browse files Browse the repository at this point in the history
Update deploy.yml
  • Loading branch information
ParkerSm1th authored Feb 18, 2024
2 parents aac8c68 + 7b2972a commit eac2bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
uses: actions/checkout@v3
- name: Apply all pending migrations to the database
working-directory: server
run: npx prisma migrate deploy
run: npx prisma migrate deploy --schema './server/prisma/schema.prisma'
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}

0 comments on commit eac2bca

Please sign in to comment.