Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
fredericsimard committed Jan 30, 2025
2 parents 6d8e85c + 2083d7f commit 0ae2b3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check_website_returns_200_OK.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
workflow_run:
workflows:
- Update website on server
- Update STAGING website on server
types:
- completed

Expand All @@ -17,7 +17,7 @@ jobs:

- name: Check HTTP Status Code
run: |
STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://staging.gbfs.org)
STATUS_CODE=$(curl -s -o /dev/null -w "%{http_code}" https://staging.gbfs.org/ )
if [ "$STATUS_CODE" -ne 200 ]; then
echo "Error: Website returned status code $STATUS_CODE"
exit 1
Expand Down

0 comments on commit 0ae2b3e

Please sign in to comment.