Skip to content
This repository has been archived by the owner on Apr 17, 2020. It is now read-only.

Commit

Permalink
fix(deployments): url must be https:// format error with github
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamontat Chantrachirathumrong committed Dec 9, 2018
1 parent 54fa973 commit f4cb417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sh/notify-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f4cb417

Please sign in to comment.