18F / cloud-foundry-cli

Docker image for running the Cloud Foundry CLI
https://hub.docker.com/r/18fgsa/cloud-foundry-cli/
1 stars 2 forks source link

Add a more practical example for CircleCI #17

Open adborden opened 4 years ago

adborden commented 4 years ago

This includes a separate build step from the deploy. If your app requires any kind of build step, the tools you need are likely not in the cloud-foundry-cli container. It's best to split your build into a separate job, and save any build assets to the workspace in order to be pushed in the deploy job.