def markDeploymentAsSuccess()

in src/main/scala/com/gu/githubapi/GitHubApi.scala [61:63]


  def markDeploymentAsSuccess(gitHubConfig: GitHubConfig, deployment: RunningLiveAppDeployment): Try[Unit] = {
    markDeploymentAsFinished(gitHubConfig, deployment, "success")
  }