Skip to content

Cloud Maker Deploy

Actions
Deploy a Cloud Maker blueprint
v1.0.1
Latest
Verified creator
Star (3)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Cloud Maker Logo

GitHub Cloud Maker Deploy Action

CI Status


A GitHub action for Cloud Maker deployments!

Inputs

  • CLOUD_MAKER_TOKEN: The Cloud Maker API token as configured in the Organisation Management screen.
  • CLOUD_MAKER_PIPELINE_ID: The Cloud Maker Pipeline ID as found in the Pipeline Dashboard.
  • CLOUD_MAKER_STAGE_ID: The Cloud Maker Stage ID as found in the Pipeline Dashboard.

Example

Here is an example GitHub job using the Cloud Maker cloud-maker-ai/github-action-deploy action.

name: CM Deploy Pull Request Example
on: pull_request
jobs:
  cloud-maker-deployment:
    runs-on: ubuntu-latest
    steps:
      - uses: cloud-maker-ai/github-action-deploy@v1
        with:
          CLOUD_MAKER_TOKEN: ${{secrets.CLOUD_MAKER_TOKEN}}
          CLOUD_MAKER_PIPELINE_ID: ${{secrets.CLOUD_MAKER_PIPELINE_ID}}
          CLOUD_MAKER_STAGE_ID: ${{secrets.CLOUD_MAKER_STAGE_ID}}

Cloud Maker Deploy 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

Deploy a Cloud Maker blueprint
v1.0.1
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Cloud Maker Deploy 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.