An open API service indexing awesome lists of open source software.

https://github.com/stack-spot/workflow-stackspot-actions-runtime-selfhosted

workflow-stackspot-actions-runtime-selfhosted
https://github.com/stack-spot/workflow-stackspot-actions-runtime-selfhosted

code maintain workflow

Last synced: 10 months ago
JSON representation

workflow-stackspot-actions-runtime-selfhosted

Awesome Lists containing this project

README

          

# StackSpot actions runtimes repository

This repository contains various StackSpot Actions that can be used to automate processes in CI/CD pipelines. Additionally, there is a main action that orchestrates the execution of the other actions, simplifying the integration and management of multiple tasks in a single workflow.

## Repository Structure

## Requirements

Before using the actions in this repository, ensure that you have the following requirements:

* StackSpot CLI installed and configured.

## How to Use

### Deploy

```bash
stk run action \
--workflow_type deploy \
--environment "" \
--version_tag "" \
--repository_name "" \
--client_id "" \
--client_key "" \
--client_realm "" \
--aws_access_key_id "" \
--aws_secret_access_key "" \
--aws_session_token "" \
--tf_state_bucket_name "" \
--iac_bucket_name "" \
--tf_state_region "" \
--iac_region "" \
--aws_region ""
```

### Cancel

```bash
stk run action \
--workflow_type cancel \
--run_id ""
```