Skip to content

Commit 489e0be

Browse files
Change healthchecks url
1 parent 0989f74 commit 489e0be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/healthcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: Test (twice, if needed)
1313
run: make test || make test
1414
- name: Healthcheck ping
15-
run: wget http://home.mullie.eu:8000/ping/1aaaf89a-fe3d-4a6f-a5b5-cec60205dc52 -T 10 -t 5 -O /dev/null
15+
run: wget https://ping.healthchecks.mullie.eu/ping/1aaaf89a-fe3d-4a6f-a5b5-cec60205dc52 -T 10 -t 5 -O /dev/null

0 commit comments

Comments
 (0)