An open API service indexing awesome lists of open source software.

https://github.com/comcast/drone-cloudfoundry

Drone plugin for deploying to Cloud Foundry
https://github.com/comcast/drone-cloudfoundry

cloud-foundry drone drone-plugin

Last synced: about 1 year ago
JSON representation

Drone plugin for deploying to Cloud Foundry

Awesome Lists containing this project

README

          

# drone-cloudfoundry

[Drone](https://github.com/drone/drone) plugin to deploy or update a project on [Cloud Foundry](https://www.cloudfoundry.org/).
For the usage information and a listing of the available options please take a look at [the docs](DOCS.md).

### Example

```sh
docker run --rm \
-e PLUGIN_API= \
-e PLUGIN_USER= \
-e PLUGIN_PASSWORD= \
-e PLUGIN_ORG= \
-e PLUGIN_SPACE= \
-v $(pwd):$(pwd) \
-w $(pwd) \
cheslip/drone-cloudfoundry
```

## Docker

Build the docker image with the following commands:

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