Skip to content

CI CD Pipeline

rohithkrajan edited this page Oct 31, 2017 · 4 revisions

An end to end build ,test and deploy pipeline is setup using VSTS and Azure app Services platform.

vsts azure integration

Any code commited to master branch is automatically deployed .

Complete automatic deployment is setup using Visual Studio Team Services which is currently doing the automatic deployment .As I cannot share the VSTS link here,I have also setup a build in appveyor as well. You can find the latest build and history here https://ci.appveyor.com/project/rohithkrajan/finreconcile

And the tests run https://ci.appveyor.com/project/rohithkrajan/finreconcile/build/tests

Clone this wiki locally