Skip to content

Commit 48a7c56

Browse files
committed
chore: --no-console 제거
1 parent efebd5a commit 48a7c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,4 @@ jobs:
8282
DB_NAME: ${{ secrets.DB_NAME }}
8383
DB_SCHEMA: ${{ secrets.DB_SCHEMA }}
8484
PORT: ${{ secrets.PORT }}
85-
run: npx serverless deploy --no-console
85+
run: npx serverless deploy

0 commit comments

Comments
 (0)