1
Answer

How can i implement continuous integration in github?

Sandy

Sandy

7y
229
1
Hi,
Currently we are using TFS as an source control and we create a manual trigger build when we trigger than it will deploy build to our staging server.
 
Now our client want to move to GItHub but now we have to deploy build manually.
 
Anyone can suggest that how can i schdule build for deployment in Github?
 
Thanks. 
Answers (1)
1
Nilesh Shah

Nilesh Shah

NA 22.3k 214.8k 7y
You have to use some third party tools which can do that
 
GitHub provides webhooks which can trigger when you commit something on a branch, which then can be used in tools like TeamCity or even in Azure to deploy your application.
 
GitHub also offers some tools in marketplace, see here:
https://github.com/marketplace/category/continuous-integration