Skip to content

Commit

Permalink
add binary targets to prisma client generator, use variables for publ…
Browse files Browse the repository at this point in the history
…ish stage release workflow
  • Loading branch information
fredrikmonsen committed Jan 15, 2025
1 parent 695a908 commit 27eed79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-stage-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
with:
ENVIRONMENT: "stage"
NODE_VERSION: "20.17.0"
SET_ENV: true
SET_ENV: 'true'
BUILD_OUTPUT_PATH: ".next"
secrets:
VAULT_URL: ${{ secrets.VAULT_URL }}
VAULT_SECRET_PATH: kv/team/text/data
VAULT_SECRET_PATH: ${{ secrets.VAULT_SECRET_PATH }}
VAULT_ROLE_ID: ${{ secrets.VAULT_ROLE_ID }}
VAULT_SECRET_ID: ${{ secrets.VAULT_SECRET_ID }}
1 change: 1 addition & 0 deletions prisma/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "linux-musl-openssl-3.0.x"]
}

datasource db {
Expand Down

0 comments on commit 27eed79

Please sign in to comment.