We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efebd5a commit 48a7c56Copy full SHA for 48a7c56
.github/workflows/deploy.yml
@@ -82,4 +82,4 @@ jobs:
82
DB_NAME: ${{ secrets.DB_NAME }}
83
DB_SCHEMA: ${{ secrets.DB_SCHEMA }}
84
PORT: ${{ secrets.PORT }}
85
- run: npx serverless deploy --no-console
+ run: npx serverless deploy
0 commit comments