I’m looking to build the pipeline for Continuous integration of blockchain application on bluemix. This is our setup:
Appliction code is resided in Private GitHub repository.
We clone the repository manually and deploy our node.js application using cloudfoundry "cf push 'appname' " command locally.
The goal is to automate the deployment process of code into bluemix whenever new changes are pushed to Github. Is there any way to integrate the private Github repo's to bluemix devOps service and deploy the code onto the bluemix?
Thanks!