Skip to content

Instantly share code, notes, and snippets.

@hacktivist123
Created March 15, 2021 22:29
Show Gist options
  • Save hacktivist123/6903ac249db50d16cf0684309319a791 to your computer and use it in GitHub Desktop.
Save hacktivist123/6903ac249db50d16cf0684309319a791 to your computer and use it in GitHub Desktop.
Circle CI Cloud Foundry Orb
# Use the latest 2.1 version of CircleCI pipeline process engine. See: https://circleci.com/docs/2.0/configuration-reference
version: 2.1
# Use a package of configuration called an orb.
orbs:
# Declare a dependency on the cloudfoundry-orb
cloudfoundry: circleci/cloudfoundry@1.0.0
# Orchestrate or schedule a set of jobs
workflows:
cf-deploy:
jobs:
- cloudfoundry/push:
appname: exchange-value
endpoint: "$CF_API --skip-ssl-validation"
# Set Organization
org: $CF_ORG
# Set Space
space: dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment