Skip to content

ghas-results/drone-cloudfoundry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) \
    cheslip/drone-cloudfoundry

Docker

Build the docker image with the following commands:

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

About

Drone plugin for deploying to Cloud Foundry

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 90.0%
  • Dockerfile 10.0%