Skip to content
Snippets Groups Projects
Commit dde12924 authored by jurgenhaas's avatar jurgenhaas
Browse files

Fix initial ping for new healthckecks

parent bbb8b0ae
No related branches found
No related tags found
1 merge request!21Merging develop into main
Pipeline #525204 passed
This commit is part of merge request !21. Comments created here will be created in the context of that merge request.
...@@ -526,7 +526,7 @@ class Handler extends BaseHandler { ...@@ -526,7 +526,7 @@ class Handler extends BaseHandler {
]; ];
// Manage crontabs and optionally add them to heathcheck-io. // Manage crontabs and optionally add them to heathcheck-io.
$hj_url = getenv('HEALTHCHECK_API_URL'); $hj_url = getenv('HEALTHCHECK_URL');
$hj_api_key = getenv('HEALTHCHECK_API_KEY'); $hj_api_key = getenv('HEALTHCHECK_API_KEY');
$hj_api_channels = getenv('HEALTHCHECK_API_CHANNELS'); $hj_api_channels = getenv('HEALTHCHECK_API_CHANNELS');
$hj_project = $this->config->readValue('projectname'); $hj_project = $this->config->readValue('projectname');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment