Skip to content

Instantly share code, notes, and snippets.

@asizikov
Last active November 1, 2015 19:20
Show Gist options
  • Save asizikov/cd70f64ec3659f095074 to your computer and use it in GitHub Desktop.
Save asizikov/cd70f64ec3659f095074 to your computer and use it in GitHub Desktop.
var deploymentStatus = new NewDeploymentStatus();
deploymentStatus.Description = "done";
deploymentStatus.State = DeploymentState.Success;
deploymentStatus.TargetUrl = "https:\\deployments.company.com";
await Client.Repository.Deployment.Status.Create(owner,repo,deployment.Id,deploymentStatus);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment