Skip to content

Commit 7fb1d78

Browse files
authored
build: enable serverless debugging logging (#273)
1 parent c63db72 commit 7fb1d78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-deploy-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ jobs:
8888
echo "BACKEND_URL_WITHOUT_HTTPS=$(echo ${{ secrets.BACKEND_URL }} | sed 's/^https:\/\///')" >> $GITHUB_ENV
8989
9090
- name: Deploy Frontend
91-
run: serverless s3sync bucket --bucket ${{ secrets.COMPANY_ABBREVIATION }}-lara-frontend-${{ inputs.target }}
91+
run: SLS_DEBUG=* serverless s3sync bucket --bucket ${{ secrets.COMPANY_ABBREVIATION }}-lara-frontend-${{ inputs.target }}
9292

9393
- name: Deploy Backends
94-
run: serverless deploy --stage ${{ inputs.target }}
94+
run: SLS_DEBUG=* serverless deploy --stage ${{ inputs.target }}
9595

9696
- name: Invalidate CloudFront cache for Frontend
9797
continue-on-error: true

0 commit comments

Comments
 (0)