Skip to content

quantcdn/quant-cloud-environment-state-action

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

Quant Cloud Environment State Action

This GitHub Action updates the state of an environment in Quant Cloud.

Usage

- name: Update Environment State
  uses: quantcdn/quant-cloud-environment-state-action@v1
  with:
    api_key: ${{ secrets.QUANT_API_KEY }}
    organization: your-org-name
    application: your-app-name
    environment: your-env-name
    base_url: https://api.quant.cloud  # Optional
    action: redeploy  # Optional, defaults to 'redeploy'

Inputs

  • api_key: Your Quant Cloud API key (required)
  • organization: Your Quant Cloud organisation name (required)
  • application: Your Quant Cloud application name (required)
  • environment: Your Quant Cloud environment name (required)
  • base_url: Quant Cloud API base URL (optional)
  • action: Action to perform (optional, defaults to 'redeploy')

Contributing

See CONTRIBUTING.md for development and release information.

About

Manage environment state of your Quant Cloud applications.

Resources

Contributing

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •