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
- Host: GitHub
- URL: https://github.com/comcast/drone-cloudfoundry
- Owner: Comcast
- License: apache-2.0
- Created: 2015-11-17T18:15:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T18:50:35.000Z (about 7 years ago)
- Last Synced: 2025-04-11T21:07:35.200Z (about 1 year ago)
- Topics: cloud-foundry, drone, drone-plugin
- Language: Shell
- Homepage:
- Size: 187 KB
- Stars: 5
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
```