Skip to content

Commit

Permalink
refactor: sls info
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardobridge committed Jan 23, 2024
1 parent 2735fea commit b42cd75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/serverless-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
if: ${{ inputs.SHOULD_SEED_DB == true }}
run: npm run seed-db
- name: Do serverless info
run: npx serverless info --verbose | grep ServiceEndpoint
run: npx serverless info --verbose
- id: set_service_url
name: Generate, mask, and output a secret
run: |
Expand Down

0 comments on commit b42cd75

Please sign in to comment.