We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b148bb2 commit 82f12beCopy full SHA for 82f12be
.github/workflows/deploy.yml
@@ -57,7 +57,7 @@ jobs:
57
name: build-artifact
58
59
- name: Install Serverless Framework
60
- run: npm install -g serverless
+ run: npm install -g serverless@3.38.0
61
62
- name: Install Prisma CLI
63
run: npm install -g prisma
@@ -83,4 +83,4 @@ jobs:
83
DB_NAME: ${{ secrets.DB_NAME }}
84
DB_SCHEMA: ${{ secrets.DB_SCHEMA }}
85
PORT: ${{ secrets.PORT }}
86
- run: npx serverless deploy
+ run: npx serverless deploy --console=false
0 commit comments