Skip to content

Commit

Permalink
Add missing prisma binary target
Browse files Browse the repository at this point in the history
  • Loading branch information
needs committed Dec 25, 2024
1 parent 3b5dacd commit 8fb65a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
DATABASE_URL: ${{ secrets.DATABASE_URL }}
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN_POSTGRES2 }}
PRISMA_BINARY_TARGETS: '["native", "linux-musl-openssl-3.0.x"]'
PRISMA_BINARY_TARGETS: '["native", "linux-musl-openssl-3.0.x", "linux-musl"]'

- name: Build
run: npx nx run-many -t build --configuration=production --parallel=4
Expand All @@ -56,7 +56,7 @@ jobs:
npx nx run-many -t test --runInBand
env:
DATABASE_URL: postgres://postgres-test:postgres-test@localhost:5433/teerank-test
PRISMA_BINARY_TARGETS: '["native", "linux-musl-openssl-3.0.x"]'
PRISMA_BINARY_TARGETS: '["native", "linux-musl-openssl-3.0.x", "linux-musl"]'

- name: Deploy frontend
run: flyctl deploy --config apps/frontend/fly.toml --dockerfile apps/frontend/Dockerfile
Expand Down

0 comments on commit 8fb65a5

Please sign in to comment.