We are trying to build CI process for deploying blockchain applications into Bluemix using DevOps service.
Currently, the setup is :
Application code resides in private GitHub repo.
We manually clone private repo and deploy app using the Cloud Foundry "cf push" command.
Is there a way through which can access private GitHub repo and deploy code automatically ?