localopsco/LocalOps Deploy
Github Action to trigger a deployment in LocalOps deliver
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base_url | The base URL of the API | no | https://sdk.localops.co |
| api_token | The API token for authentication | yes | — |
| environment_id | The environment ID for deployment | yes | — |
| service_id | The service ID for deployment | yes | — |
| commit_id | The commit ID to deploy (one of commit_id, docker_image_tag, or helm_chart_version must be provided) | no | — |
| docker_image_tag | The docker image tag to deploy (one of commit_id, docker_image_tag, or helm_chart_version must be provided) | no | — |
| helm_chart_version | The helm chart version to deploy (one of commit_id, docker_image_tag, or helm_chart_version must be provided) | no | — |
| preview | Whether to create a preview deployment for the PR | no | false |
Outputs
no outputs