Skip to content

Commit

Permalink
try serverless info
Browse files Browse the repository at this point in the history
  • Loading branch information
cnuss committed Feb 13, 2024
1 parent 55c07e8 commit febc3dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:
aws-region: ${{ vars.AWS_REGION }}

- run: yarn deploy --stage $NODE_ENV
- run: yarn deploy-list --stage $NODE_ENV
- run: yarn print --stage $NODE_ENV
- run: yarn serverless info --stage $NODE_ENV
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@
"license": "BUSL-1.1",
"private": false,
"scripts": {
"deploy": "serverless deploy",
"deploy-list": "serverless deploy list",
"print": "serverless print"
"deploy": "serverless deploy"
},
"layers": {
"auth-sls-rest-api": "1.0.24-18",
Expand Down

0 comments on commit febc3dc

Please sign in to comment.