I am new to CircleCI and would like to know how to deploy manually to Pivotal Cloud Foundry.
Say my CircleCI build passes (tests, ect.) and is therefore “known to be good” and I want to deploy that to Cloud Foundry.
Is there a way to deploy that CircleCI build manually instead of continuously?
Thanks in advance.