Skip to content
Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

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 Exampleon: pull_requestjobs:
cloud-maker-deployment:
runs-on: ubuntu-lateststeps:
- uses: cloud-maker-ai/github-action-deploy@v1with:
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}}

About

A GitHub action for deploying Cloud Maker deployments

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages