Skip to content

Commit

Permalink
Change healthchecks url
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Dec 2, 2022
1 parent 0989f74 commit 489e0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/healthcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
- name: Test (twice, if needed)
run: make test || make test
- name: Healthcheck ping
run: wget http://home.mullie.eu:8000/ping/1aaaf89a-fe3d-4a6f-a5b5-cec60205dc52 -T 10 -t 5 -O /dev/null
run: wget https://ping.healthchecks.mullie.eu/ping/1aaaf89a-fe3d-4a6f-a5b5-cec60205dc52 -T 10 -t 5 -O /dev/null

0 comments on commit 489e0be

Please sign in to comment.