Last active
November 1, 2015 19:20
-
-
Save asizikov/cd70f64ec3659f095074 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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