fixed some curl refs
This commit is contained in:
parent
76bea8ee7e
commit
9174828d65
1 changed files with 3 additions and 3 deletions
|
@ -3,9 +3,9 @@
|
|||
$dir = Split-Path $script:MyInvocation.MyCommand.Path
|
||||
. "$dir/env.ps1"
|
||||
if ( $KUMA_ID -ne "" ){
|
||||
$RUNNING_URL = "https://$KUMA_URL/api/push/$KUMA_ID?status=up&msg=Running&ping="
|
||||
$FAILURE_URL = "https://$KUMA_URL/api/push/$KUMA_ID?status=down&msg=Failed&ping="
|
||||
$SUCCESS_URL = "https://$KUMA_URL/api/push/$KUMA_ID?status=up&msg=Completed&ping="
|
||||
$RUNNING_URL = "https://$KUMA_URL/api/push/$($KUMA_ID)?status=up&msg=Running&ping="
|
||||
$FAILURE_URL = "https://$KUMA_URL/api/push/$($KUMA_ID)?status=down&msg=Failed&ping="
|
||||
$SUCCESS_URL = "https://$KUMA_URL/api/push/$($KUMA_ID)?status=up&msg=Completed&ping="
|
||||
} elseif ( $HEALTHCHECK_UUID -ne "" ) {
|
||||
$RUNNING_URL = "https://hc-ping.com/$HEALTHCHECK_UUID/start"
|
||||
$FAILURE_URL = "https://hc-ping.com/$HEALTHCHECK_UUID/fail"
|
||||
|
|
Loading…
Reference in a new issue