From f4cb417a04b784a0c1f107a4ce6dc0f47139aa22 Mon Sep 17 00:00:00 2001 From: Kamontat Chantrachirathumrong Date: Sun, 9 Dec 2018 21:15:34 +0100 Subject: [PATCH] fix(deployments): url must be https:// format error with github --- scripts/sh/notify-deployments | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sh/notify-deployments b/scripts/sh/notify-deployments index bdbd5de..281bfd6 100755 --- a/scripts/sh/notify-deployments +++ b/scripts/sh/notify-deployments @@ -28,7 +28,7 @@ notify_gh_about_a_deployment() { -H 'Content-Type: application/json' \ -H 'Accept: application/vnd.github.ant-man-preview+json' \ -u "${GH_TOKEN}" \ - -d "{\"state\": \"${deployment_status}\", \"log_url\": \"${CIRCLE_BUILD_URL}\", \"environment_url\": \"kcnt.info\"}" + -d "{\"state\": \"${deployment_status}\", \"log_url\": \"${CIRCLE_BUILD_URL}\", \"environment_url\": \"https://kcnt.info\"}" } # When a deploy is successful: