Is it possible to deploy go blockchain code to a BlueMix blockchain service using cloud foundry from a private git repo?
The BMX chaincode REST api deployment descriptor warns:
you will need to have the chaincode stored in a public git repository
The url deployment also relies on a public git repo:
https://bluemix.net/deploy?repository=https://github.com/ibm-blockchain/marbles.git
I'm not having much luck finding an example cloud foundry manifest.yml configuration file to deploy straight from my private git clone.