Sign inSign up

cheslip/drone-cloudfoundry

By cheslip

Updated over 7 years ago

Cloud Foundry plugin for drone

Image
0

2.0K

cheslip/drone-cloudfoundry repository overview

drone-cloudfoundry

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.

Example
docker run --rm \
    -e PLUGIN_API=<api> \
    -e PLUGIN_USER=<username> \
    -e PLUGIN_PASSWORD=<password> \
    -e PLUGIN_ORG=<org> \
    -e PLUGIN_SPACE=<space> \
    -v $(pwd):$(pwd) \
    -w $(pwd) \
    plugins/drone-cloudfoundry

Docker

Build the docker image with the following commands:

docker build --rm=true -t cheslip/drone-cloudfoundry .

Tag summary

Content type

Image

Digest

Size

12.7 MB

Last updated

over 7 years ago

docker pull cheslip/drone-cloudfoundry