diff --git a/.github/workflows/serverless-deploy.yaml b/.github/workflows/serverless-deploy.yaml index 310e0ad..655c8c9 100644 --- a/.github/workflows/serverless-deploy.yaml +++ b/.github/workflows/serverless-deploy.yaml @@ -65,6 +65,8 @@ jobs: - name: seed_db if: ${{ inputs.SHOULD_SEED_DB == true }} run: npm run seed-db + - name: Do serverless info + run: npx serverless info --verbose | grep ServiceEndpoint - id: set_service_url name: Generate, mask, and output a secret run: |