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
- Host: GitHub
- URL: https://github.com/stack-spot/workflow-stackspot-actions-runtime-selfhosted
- Owner: stack-spot
- Created: 2024-08-15T21:18:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T15:30:52.000Z (about 1 year ago)
- Last Synced: 2024-11-28T16:32:01.471Z (about 1 year ago)
- Topics: code, maintain, workflow
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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 ""
```