Skip to content

Create Cloudify Environment

Actions
Creates an environment by uploading a blueprint, creating a deployment and running the install workflow
v1.3
Latest
Star (0)

Creates an environment by uploading a blueprint, creating a deployment and running the install workflow.

Environment Variables

This Action uses the Cloudify Profile environment variables described in the official Cloudify documentation (see More Information below).

Inputs

(Certain commonly-used inputs are documented in our official website; see More Information below)

Name Description
blueprint Path/URL to blueprint (YAML file or archive file)
inputs-file Path to YAML/JSON inputs file

Example

jobs:
  test_job:
    steps:
      - name: Checkout code
        uses: actions/checkout@v2
      - name: Create environment
        uses: cloudify-cosmo/[email protected]
        with:
          environment-name: "test-simple-$GITHUB_RUN_ID"
          labels: some_label:label_value,yet_another_label:some_value
          blueprint: simple/blueprint.yaml
          outputs-file: env-data.json

The blueprint file is taken from the repository that was checked out during the "Checkout code" step.

More Information

Refer to Cloudify CI/CD Integration for additional information about Cloudify's integration with CI/CD tools.

Create Cloudify Environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Creates an environment by uploading a blueprint, creating a deployment and running the install workflow
v1.3
Latest

Create Cloudify Environment is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.