Created
November 1, 2015 19:01
-
-
Save asizikov/25715ab8fb008f9a3e97 to your computer and use it in GitHub Desktop.
Creating Deployment
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 newDeployment = new NewDeployment(); | |
newDeployment.Ref = "branch-name"; | |
newDeployment.Description = "deploing branch"; | |
var deployment = await Client.Repository.Deployment.Create(owner,repo, newDeployment); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment