actions-marketplace-validations/YC KZ Deploy Container to Instance Group
GitHub Action to deploy container to Instance group in Yandex Cloud
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| yc-sa-json-credentials | Json containing authorized key for Service Account. More info https://cloud.yandex.ru/docs/container-registry/operations/authentication#sa-json | yes | — |
| folder-id | Folder ID | yes | — |
| ig-spec-path | Path to the `spec.yaml` file inside repo. YAML should contain object described in https://github.com/yandex-cloud/cloudapi/blob/master/yandex/cloud/compute/v1/instancegroup/instance_group_service.proto#L219 | yes | — |
| user-data-path | Path to the `user-data.yaml` file inside repo. | yes | — |
| docker-compose-path | Path to the `docker-compose.yaml` file inside repo. | yes | — |
| api-endpoint | Cloud API endpoint | no | — |
Outputs
| name | description |
|---|---|
| instance-group-id | Instance Group ID |
| created | A flag that indicates whether instance was created or updated |