Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewquang512 committed Dec 24, 2023
1 parent ef81768 commit 0af613d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
npm run build
cp src/prisma/ERD.svg dist/prisma/ERD.svg
cp src/prisma/schema.prisma dist/prisma/schema.prisma
cp package.json dist/package.json
cp -r src/prisma_modules dist/prisma_modules
zip -r code.zip dist
aws lambda update-function-code --function-name images-social-backend-service --zip-file fileb://code.zip
Expand Down
2 changes: 1 addition & 1 deletion src/prisma/schema.prisma
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ datasource db {

generator client {
provider = "prisma-client-js"
binaryTargets = ["native", "rhel-openssl-1.0.x"]
binaryTargets = ["native", "rhel-openssl-3.0.x"]
output = "../prisma_modules"
}

Expand Down

0 comments on commit 0af613d

Please sign in to comment.