diff --git a/github-deploy/bin/deployment-create-status b/github-deploy/bin/deployment-create-status index 3eb005b..fa8ba97 100755 --- a/github-deploy/bin/deployment-create-status +++ b/github-deploy/bin/deployment-create-status @@ -9,7 +9,7 @@ # BASEDIR=$(dirname "$0") -#DEPLOYMENT_ID=$("${BASEDIR}"/deployment-get-id) +DEPLOYMENT_ID=$("${BASEDIR}"/deployment-get-id) GITHUB_URL="https://github.com" GITHUB_API_URL="https://api.github.com"