I am trying to build Continuous integration process for deploying blockchain applications into Bluemix using devOps service.
Currently, this is the setup i have :
- Application code resided in private GitHub repo.
- We manually git clone the private repo and deploy the app using the Cloud Foundry "cf push" command.
Here is need to automate the app deployment process whenever there is new changes pushed to my private Github repo. Is there any way we can access the private GitHub repo using the bluemix devOps service and deploy code automatically ?