Drone plugin to deploy or update a project on Cloud Foundry. For the usage information and a listing of the available options please take a look at the docs.
docker run --rm \
-e PLUGIN_REGION=<bluemix_region> \
-e PLUGIN_USER=<username> \
-e PLUGIN_PASSWORD=<password> \
-e PLUGIN_ORG=<org> \
-e PLUGIN_SPACE=<space> \
-v $(pwd):$(pwd) \
-w $(pwd) \
ibmclouddevops/drone-bluemix-cloudfoundry
Build the docker image with the following commands:
docker build --rm=true -t ibmclouddevops/drone-bluemix-cloudfoundry .