We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d32de22 commit 2a083a8Copy full SHA for 2a083a8
.github/workflows/deploy.yml
@@ -37,7 +37,7 @@ jobs:
37
38
- name: Test if website is reachable
39
run: |
40
- curl -vsfL --retry 10 --retry-connrefused ${{ secrets.WEBSITE_URL }}
+ curl -v -s --retry 10 --retry-connrefused ${{ secrets.WEBSITE_URL }}
41
42
- name: Report error to Sentry
43
if: failure()
0 commit comments