From b42cd75b471df0fd136a1004dcace9e9299c929e Mon Sep 17 00:00:00 2001 From: Bernardo Guerreiro <bernardoguerr@gmail.com> Date: Tue, 23 Jan 2024 23:13:51 +0000 Subject: [PATCH] refactor: sls info --- .github/workflows/serverless-deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/serverless-deploy.yaml b/.github/workflows/serverless-deploy.yaml index 655c8c9..319103f 100644 --- a/.github/workflows/serverless-deploy.yaml +++ b/.github/workflows/serverless-deploy.yaml @@ -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: |