Skip to content

cloud-maker-ai/github-action-deploy

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 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}}

About

A GitHub action for deploying Cloud Maker deployments

Resources

Stars

Watchers

Forks

Packages

No packages published